ReadOutput | R Documentation |
Convenience method to find variables & related info. in parametrized file.
ReadOutput(model, input.files, output.dir, out.filter = NULL)
model |
name of the code wrapper to use. See .Funz.Models global var for a list of possible values. |
input.files |
files given as input for the code. |
output.dir |
directory where calculated files are. |
out.filter |
what output(s) to retreive in returned object. ' |
list of outputs & their value
## Not run:
ReadOutput(model = "R", input.files = "branin.R",output.dir=".")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.