load_spice: Load 'dataspice" metadata tables

Description Usage Arguments Value Examples

View source: R/dataspice.R

Description

Load 'dataspice“ metadata tables into the global environment

Usage

1
2
load_spice(metadata_path = here::here("data", "metadata"),
  table = NULL)

Arguments

metadata_path
table

character string vector of names of valid dataspice metadata tables. One of "access", "attributes", "biblio", "creators")

Value

tibble loaded into the global environment for each valid table.

Examples

1
2
3
4
5
## Not run: 
load_spice()
load_spice(table = "attributes")

## End(Not run)

annakrystalli/sedMaps documentation built on June 22, 2021, 1:11 a.m.