CompileInput | R Documentation |
Convenience method to compile variables in parametrized file.
CompileInput(model, input.files, input.values, output.dir = ".")
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. |
input.values |
list of variable values to compile. |
output.dir |
directory where to put compiled files. |
## Not run:
CompileInput(model = "R",
input.files = file.path(Funz:::FUNZ_HOME,"samples","branin.R"),
input.values = list(x1=0.5, x2=0.6))
CompileInput(model = "R",
input.files = file.path(Funz:::FUNZ_HOME,"samples","branin.R"),
input.values = list(x1=c(0.5,.55), b=c(0.6,.7)))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.