Description Usage Arguments Details Value Author(s) See Also Examples
A graphical user interface (GUI) for defining functions in the R language.
1 2 |
cols |
list. y |
index |
integer.
An element index number in |
fun |
character.
Existing function, only used if |
value.length |
integer. Required length for the evaluated function. |
value.class |
character. Required class for the evaluated function. |
win.title |
character. String to display as the title of the dialog box. |
parent |
tkwin. GUI parent window |
This GUI is appropriate for deriving new variables in a pre-existing data frame or query building.
Returns an object of class list with the following components:
fun |
user defined function (when evaluated, this string must be parseable). |
class |
object class for the evaluated function. |
summary |
default summary for the evaluated function. |
sample |
first non-missing value for the evaluated function. |
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.