create_set_Original_OutDir: Closing pair of the create_set_SubDir function. Call when...

Description Usage Arguments Examples

View source: R/MarkdownReportsDev.R

Description

Closing pair of the create_set_SubDir function. Call when chaning back to the main dir. Set the output directory of the script, and set the "NewOutDir" variable that is used by all ~wplot functions.

Usage

1
2
3
4
5
6
create_set_Original_OutDir(
  NewOutDir = OutDirOrig,
  b.Subdirname = FALSE,
  setDir = TRUE,
  verbose = TRUE
)

Arguments

NewOutDir

The new OutDir

b.Subdirname

The current (sub) working directory

setDir

Change working directory to the newly defined subdirectory.

verbose

Print directory to screen? Default: TRUE

Examples

1
create_set_Original_OutDir (getwd(),"/")

vertesy/MarkdownReportsDev documentation built on Nov. 15, 2021, 9:59 a.m.