Following through the demo is the fastest way to learn the syntax of
NMproject. The default demo is a Theophylline ("theopp") pharmacometric analysis. Scripts will
be copied numbered s01_XXX.Rmd
, s02_XXX.Rmd
in the "Scripts"
directory and a
dataset into "SourceData"
. The "staging"
area will also be pre-filled with
the code library model, "ADVAN2.mod"
. To practice copying this yourself, see
code_library()
for how the app works.
setup_nm_demo(
demo_name = "theopp",
overwrite = FALSE,
additional_demo_locations = NULL
)
Character. Name of demo. Default = "theopp". See details to find other demos
Logical. Default changed to FALSE.
Character vector. default = NULL. Locations for demo directories.
Invisibly returns a tibble
with imported file information.
Available demo_name
correspond to directory locations in
system.file("extdata","examples",package = "NMproject")