oai (version 0.2.2)

load_providers: Load an updated cache

Description

Load an updated cache

Usage

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.

Value

loads the object providers into the working space.

Details

Loads the data object providers into the global workspace.

See Also

update_providers

Examples

Run this code
# NOT RUN {
# By default the new providers table goes to directory ".", so just
# load from there
update_providers()
load_providers(path=".")

# Loads the version in the package
load_providers()
# }

Run the code above in your browser using DataLab