From 71468046acbaf005173ababa0fe5ffb9c6426278 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 6 Mar 2017 15:39:58 +0100 Subject: Static documentation built by pkgdown Not by staticdocs any more --- docs/reference/gmkin.html | 158 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 158 insertions(+) create mode 100644 docs/reference/gmkin.html (limited to 'docs/reference/gmkin.html') diff --git a/docs/reference/gmkin.html b/docs/reference/gmkin.html new file mode 100644 index 0000000..da80908 --- /dev/null +++ b/docs/reference/gmkin.html @@ -0,0 +1,158 @@ + + + + + + + + + + — gmkin • gmkin + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ +
+
+ + + +

This function starts a browser based GUI. Please visit the + http://github.com/jverzani/gWidgetsWWW2 + for an explanation how this toolkit works.

+ + +
gmkin(script_name, show.log = FALSE)
+ +

Arguments

+
+
script_name
+
+ During development, a script name with a local working version + of gmkin can be passed. Defaults to the location of the gmkin.R script + shipped with the package. +
+
show.log
+
+ During development, it may be useful to see the log of the Rook apps. +
+
+ +

Value

+ +

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.

+ + +

Examples

+
## Not run: gmkin() # Start the gmkin GUI + ## Not run: ------------------------------------ +# 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 +# +## ---------------------------------------------
+
+ +
+ + +
+ + + -- cgit v1.2.1