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)
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.
## 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 # ## ---------------------------------------------