md_load_providers: Load an updated cache

View source: R/md_load_providers.r

md_load_providersR Documentation

Load an updated cache

Description

Load an updated cache

Usage

md_load_providers(path = NULL, envir = .GlobalEnv)

Arguments

path

location where cache is located. Leaving to NULL loads the version in the installed package.

envir

R environment to load data in to.

Details

Loads the data object providers into the global workspace.

Value

loads the object providers into the working space.

Author(s)

Scott Chamberlain myrmecocystus@gmail.com

See Also

md_update_providers

Examples


# By default the new providers table goes to directory ".", so just load from there
update_providers()
md_load_providers(path=".")

# Loads the version in the package
md_load_providers()


ropensci/rmetadata documentation built on May 18, 2022, 6:41 p.m.