Description Usage Arguments Examples
View source: R/MarkdownReportsDev.R
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.
| 1 2 3 4 5 6 | create_set_Original_OutDir(
  NewOutDir = OutDirOrig,
  b.Subdirname = FALSE,
  setDir = TRUE,
  verbose = TRUE
)
 | 
| 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 | 
| 1 | create_set_Original_OutDir (getwd(),"/")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.