write_results
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 objectpath
: (str) Path to results filecompression
: (logical) TRUE to compress the file. Not applicable to csv filecsv
: (logical) Save as csv file