setup_calibration_dir {metaDigitise}R Documentation

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.

Author(s)

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

Examples


# 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, "/"))



[Package metaDigitise version 1.0.1 Index]