Sets up a blang Model
1 2 3 |
project.path |
filepath to the blang project root directory |
model.name |
the name of the model to be run |
blang.args |
a string of the runtime arguments to be used by blang |
data |
a dataframe to be passed into the model |
data.name |
optional string argument, set to the name of the GlobalDataSource param in the blang model if known, otherwise uses the name of the data param to pass into blang. |
out.loc |
set to TRUE to output results in current working directory instead of Blang project directory. |
post.process |
Sets post-processing option. FALSE by default, if TRUE, uses Blang's DefaultPostProcessor. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.