blob: 751da82ca5ff07d0b95e764dff38ad1d8a54f743 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/gmkin.R
\name{gmkin}
\alias{gmkin}
\title{Start a graphical user interface (GUI) based on the \code{gWidgetsWWW2} toolkit.}
\usage{
gmkin(script_name, show.log = FALSE)
}
\arguments{
\item{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.}
\item{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.
}
\description{
This function starts a browser based GUI. Please visit the
\href{http://github.com/jverzani/gWidgetsWWW2}{github page of gWidgetsWWW2}
for an explanation how this toolkit works.
}
|