Function to create the fish database. Reads in raw data from the published EDI dataset.
Arguments
- edi_pid
(char) Optionally, a way to specify a specific revision of the dataset, in the format "edi.1075.1" Leave parameter unset to get the latest revision.
- update
(logical) If set to TRUE, will update to latest version from EDI if a newer version is available
- download_method
value for the
method
parameter of thedownload.file
function.