View source: R/csvParam2Json.R
csvParam2Json | R Documentation |
convert CSV input parameter file to JSON format
csvParam2Json(
infile,
outfile = sub("[^/]+$", "parameters.json", infile),
srOverride = FALSE
)
infile |
the input CSV file |
outfile |
the output JSON file. Defaults to parameters.json in the same directory |
NULL. Results are written to file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.