aboutsummaryrefslogtreecommitdiff
path: root/man/gmkin.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/gmkin.Rd')
-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