ifcb_download_test_data.RdThis function downloads two zip archives containing .png images and MATLAB files from the `svea_skagerrak_kattegat` dataset available in the SMHI IFCB plankton image reference library (Torstensson et al. 2024), and unzips them into the specified folder. These data can, for instance, be used for testing `iRfcb`.
ifcb_download_test_data(dest_dir, method = "auto")The destination directory where the files will be unzipped.
Method to be used for downloading files. Current download methods are "internal", "libcurl", "wget", "curl" and "wininet" (Windows only), and there is a value "auto": see ‘utils::download.file’.
Torstensson, Anders; Skjevik, Ann-Turi; Mohlin, Malin; Karlberg, Maria; Karlson, Bengt (2024). SMHI IFCB plankton image reference library. SciLifeLab. Dataset. https://doi.org/10.17044/scilifelab.25883455.v2
if (FALSE) {
# Download and unzip IFCB test data into the "data" directory
ifcb_download_test_data("data")
}