initProject: Initialize a directory structure for pipeline results

Description Usage Arguments

Description

Initialize a directory structure for pipeline results.

Usage

1
2
initProject(workdir, subdirs = c("notes", "figures", "tables", "Rda", "data",
  "code"), version = "", verbose = TRUE, forceclear = FALSE)

Arguments

workdir

name of project/pipeline directory

subdirs

subdirectories within workdir.

version

a label indicating the version of the analysis (currently unused)

verbose

logical. If set TRUE, function will print message to notify when actual directories/folders are created in the file system.

forceclear

logical. If set TRUE, function will erase any existing files under 'workdir' and then recreate the project/pipeline directory structure.


tkonopka/Rpipelines documentation built on May 31, 2019, 3:46 p.m.