workspace creates a directory structure for use with the `ScatMatch` functions.

workspace()

Value

Two sub-directories, `results/` and `source/` will be created in the USERs `RStudio` project directory.

Details

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.

Author

Bart Huntley, bart.huntley@dbca.wa.gov.au

For more details see https://dbca-wa.github.io/ScatMatch/index.html the ScatMatch website

Examples

if (FALSE) {
workspace()
}