ParseInput | R Documentation |
Convenience method to find variables & related info. in parametrized file.
ParseInput(model, input.files)
model |
name of the code wrapper to use. See .Funz.Models global var for a list of possible values. |
input.files |
files to give as input for the code. |
list of variables & their possible default value
## Not run:
ParseInput(model = "R",
input.files = file.path(Funz:::FUNZ_HOME,"samples","branin.R"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.