View source: R/format-public-data.R
format_public_data | R Documentation |
Format the merged trips into files that are fit for distribution. Specifically, this function produces a trips and a catch table as well as tables containing aggregated data. These files are stored both as tsv files and rds in a storage bucket with public access.
format_public_data(log_threshold = logger::DEBUG)
#'The parameters needed in the config file are those required for
merge_trips()
in addition to:
public_storage: google: key: gcs options: project: bucket: service_account_key: export: file_prefix:
no outputs. This function is used for it's side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.