R/data_readiness.R
workspace.Rd
workspace
creates a directory structure for use with the `ScatMatch`
functions.
workspace()
Two sub-directories, `results/` and `source/` will be created in the USERs `RStudio` project directory.
When run within an `RStudio` project folder structure (highly recommended), it will create `results/` and `source/` sub-directories. After running, the USER should place a copy of the raw data input csv file to the newly created `source/` sub-directory. All outputs from `ScatMatch` functions will be written to the `results/` sub-directory.
if (FALSE) {
workspace()
}