nonmem_report: create basic folder structure for a nonmem report

Description Usage Arguments Details Examples

View source: R/nonmem_report.R

Description

create basic folder structure for a nonmem report

Usage

1
2
3
4
nonmem_report(
  project = NULL,
  secondary_folders = list("scripts", "modeling", "lab-notebook", "data", "reports")
)

Arguments

project

name of top level project folder

secondary_folders

list of subfolders

Details

A placeholder.txt file is created in each subfolder to allow for initial folder structure to be maintained if using a version control system such as git (as empty directories are not kept)

Currently only works if there is no project folder with the same name, and does not do any checking (will just error out)

Examples

1
2
3
4
5
## Not run: 
nonmem_report("Drug-x")
nonmem_report("Drug-x", list("Rscripts", "nonmem","CTS", "data"))

## End(Not run)

PKPDmisc documentation built on April 14, 2020, 5:49 p.m.