nonmem_report: create basic folder structure for a nonmem report

View source: R/nonmem_report.R

nonmem_reportR Documentation

create basic folder structure for a nonmem report

Description

create basic folder structure for a nonmem report

Usage

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

## Not run: 
nonmem_report("Drug-x")
nonmem_report("Drug-x", list("Rscripts", "nonmem","CTS", "data"))

## End(Not run)

metrumresearchgroup/PKPDmisc documentation built on Oct. 21, 2022, 9:41 a.m.