Learn R Programming

metaDigitise (version 1.0.1)

setup_calibration_dir: setup_calibration_dir

Description

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

Usage

setup_calibration_dir(dir)

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.

Examples

Run this code
# NOT RUN {
# 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, "/"))

# }

Run the code above in your browser using DataLab