setup_calibration_dir: setup_calibration_dir

View source: R/metaDigitise.R

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



daniel1noble/metaDigitise documentation built on June 19, 2024, 11:33 a.m.