powered by
Function will check whether the calibration directory has been setup and if not, create one.
setup_calibration_dir(dir)
Path name to the directory / folder where the files are located.
Returns a caldat/ folder within the directory where all metaDigitise objects are stored.
# 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