aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-11-06 14:01:56 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2015-11-06 14:03:29 +0100
commitb116635d05647eec6909e844be6034e17ca2f821 (patch)
treea439dcef4a976ab6098d09c8f158ce832229ac60 /man
parent21f6a34d935a5fba43692ecd8ead4a688ef31a3d (diff)
Return the gmkin app from gmkin() and update its documentation
Diffstat (limited to 'man')
-rw-r--r--man/gmkin.Rd14
1 files changed, 13 insertions, 1 deletions
diff --git a/man/gmkin.Rd b/man/gmkin.Rd
index 2677aa9..f8540ff 100644
--- a/man/gmkin.Rd
+++ b/man/gmkin.Rd
@@ -23,9 +23,21 @@
}
\examples{
\dontrun{gmkin()} # Start the gmkin GUI
+ \dontrun{
+ g <- gmkin()
+
+ # Only for debugging or other advanced usage:
+ session <- gmkin:::get_current_session(g)
+ session$p.df
+ session$ds.df
+ session$ds.cur
+ session$m.cur
+ session$ws
+ }
}
\value{
- The function is called for its side effect, namely starting the GUI in a browser.
+ The function is called for its side effect, namely starting the GUI in a browser.
+ For the curious, the desperate or the adventurous, the gmkin app (a GWidgetsApp object) is returned.
}
\author{
Johannes Ranke

Contact - Imprint