load: Load data, metadata and contact information

load_formatR Documentation

Load data, metadata and contact information

Description

The function imports data available in ⁠./data/data-format/⁠ regardless of its format.

Usage

load_format(data_id)

load_metadata(data_id)

load_contact(data_id)

load_integrated(data_name)

basemap(basemap_name)

load_output(data_name)

Arguments

data_id

character id of data to import in R session with format dataXXXX for load_format(), metadata_dataXXXX for load_metadata(), and contact_dataXXXX for load_contact().

data_name

character name of integrated data to load in R session with format, one of navigation, peche, deversement, dragage, ancrage, rejet, epaves for stressors, and one of habitat, site, berge, mammifere_marin, quality for valued components.

basemap_name

character name of basemap data to load, one of egsl, quebec, canada, usa

Details

This function is used to avoid putting all formatted dataset in lazy load, yet still make it easy for them to be loaded. The user simply provides the id of the dataset and the function imports it in the R session, along with its metadata and contact information if desired

Examples

load_format("data0001")

EffetsCumulatifsNavigation/ceanav documentation built on April 17, 2023, 1:02 p.m.