From 28425283bdeb34fac01d1eeb9c8dd40f987934ea Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 13 Oct 2017 09:34:15 +0200 Subject: Static documentation rebuilt by pkgdown --- docs/reference/gmkin.html | 61 ++++++++++++++++++++++++----------------------- 1 file changed, 31 insertions(+), 30 deletions(-) (limited to 'docs/reference/gmkin.html') diff --git a/docs/reference/gmkin.html b/docs/reference/gmkin.html index d65deb2..961372e 100644 --- a/docs/reference/gmkin.html +++ b/docs/reference/gmkin.html @@ -6,8 +6,7 @@ - - — gmkin • gmkin +Start a graphical user interface (GUI) based on the <code>gWidgetsWWW2</code> toolkit. — gmkin • gmkin @@ -26,12 +25,14 @@ - + + + @@ -73,31 +74,31 @@

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

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

Arguments

-
-
script_name
-
- During development, a script name with a local working version + + + + + + + + + + +
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. -
- + shipped with the package.

show.log

During development, it may be useful to see the log of the Rook apps.

Value

@@ -107,18 +108,18 @@

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 -# -## ---------------------------------------------
+ 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 + +})