Skip to contents

Function to create the arrow dataset. Reads in raw data from the published EDI dataset.

Usage

create_fish_db(edi_pid = NULL, update = FALSE, download_method = "curl")

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 the download.file function.