Pre-process WorldFish Surveys
preprocess_wf_surveys.Rd
Downloads and preprocesses raw structured WorldFish survey data from cloud storage into a binary format. The process includes organizing data from general and trip information into a structured format optimized for analysis.
Usage
preprocess_wf_surveys(log_threshold = logger::DEBUG)
Arguments
- log_threshold
The logging threshold to use. Default is logger::DEBUG. See
logger::log_levels
for available options.