Skip to contents

make_example_data

Usage

make_example_data(p = ".")

Arguments

p

Character file path for the processing folder (top level directory). Defaults to current location, i.e. ".".

Value

Creates dummy user data.

Details

This function extracts the internal example data, shipped with the package, and saves it into the processing folder structure as created by link{make_folders}.

Author

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

Examples

if (FALSE) { # \dontrun{
make_example_data(p = ".")
} # }