From b116635d05647eec6909e844be6034e17ca2f821 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 6 Nov 2015 14:01:56 +0100 Subject: Return the gmkin app from gmkin() and update its documentation --- man/gmkin.Rd | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'man') 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 -- cgit v1.2.1