View source: R/functions_wrapper.R
write_results | R Documentation |
Write results object to json (or csv) file
Note that the csv-file cannot be read into a results object again.
write_results(results, path, compression = FALSE, csv = FALSE)
results |
(Results) Pharmpy results object |
path |
(str) Path to results file |
compression |
(logical) TRUE to compress the file. Not applicable to csv file |
csv |
(logical) Save as csv file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.