View source: R/functions_wrapper.R
| write_dataset | R Documentation |
Write dataset to file and updates the datainfo path
Curretly supports csv files.
write_dataset(model, path = NULL, force = FALSE, type = "csv")
model |
(Model) Pharmpy model |
path |
(str (optional)) Destination path. Default is to use original path with .csv suffix. |
force |
(logical) Overwrite file with same path. Default is FALSE. |
type |
(str) Can only be csv |
(Model) Updated Pharmpy model
## Not run:
model <- load_example_model("pheno")
model <- write_dataset(model, path="newdataset$csv")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.