blangModel: Sets up a blang Model

Description Usage Arguments

View source: R/blangModel.R

Description

Sets up a blang Model

Usage

1
2
3
blangModel(project.path = "", model.name = "", blang.args = NULL,
  data = NULL, data.name = NULL, out.loc = FALSE,
  post.processor = FALSE)

Arguments

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.


UBC-Stat-ML/Rblang documentation built on July 22, 2019, 9:45 a.m.