Pre-process Zanzibar WCS Surveys
preprocess_wcs_surveys.Rd
Downloads and preprocesses raw structured WCS survey data from cloud storage into a binary format. The process includes nesting multiple columns related to species information into single columns within a dataframe, which helps reduce its width and organize data efficiently for analysis.
Usage
preprocess_wcs_surveys(log_threshold = logger::DEBUG)
Arguments
- log_threshold
Log level used as the threshold for logging (see logger::log_levels).