write_code {Certara.ModelResults} | R Documentation |
Write code to R script from tagged diagnostics
Description
Use this function to write code to R script from diagnostics tagged in Certara's Model Results Shiny Application.
Usage
write_code(tagged, file)
Arguments
tagged |
List of tagged objects from returned from |
file |
Character specifying path of output file. If missing, it will be saved as |
Value
Returns NULL
after writing to file
.
Examples
if (interactive()) {
tagged_diagnostics <- resultsUI(xpdb = xpdb_NLME)
write_code(tagged_diagnostics, "tagged_results.R")
}
[Package Certara.ModelResults version 3.0.1 Index]