setup_calibration_dir | R Documentation |
Function will check whether the calibration directory has been setup and if not, create one.
setup_calibration_dir(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.
Daniel Noble - daniel.wa.noble@gmail.com
# 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, "/"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.