setup_calibration_dir: setup_calibration_dir

Description Usage Arguments Value Author(s) Examples

View source: R/metaDigitise.R

Description

Function will check whether the calibration directory has been setup and if not, create one.

Usage

1

Arguments

dir

Path name to the directory / folder where the files are located.

Value

Returns a caldat/ folder within the directory where all metaDigitise objects are stored.

Author(s)

Daniel Noble - daniel.wa.noble@gmail.com

Examples

1
2
3
4
5
# temporary directory
tmp_dir <- tempdir()

#Create the calibration folder in the directory specified that is used to store files.
setup_calibration_dir(paste0(tmp_dir, "/"))

metaDigitise documentation built on March 13, 2020, 9:09 a.m.