Description Usage Arguments Value Examples
Run the analyses specified in the json file on the data
1 |
json |
The path to the pipeline json file or a list in pipeline format |
data |
A vector of data tables or paths to data files. If null, read from the json file |
A list of study parameters (class pipeline_study)
1 2 3 | iat_json_path <- system.file("extdata", "iat.json", package = "pipeline")
iat_data_path <- system.file("extdata", "iat.csv", package = "pipeline")
pipeline(iat_json_path, iat_data_path)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.