View source: R/load_providers.R
| load_providers | R Documentation | 
Load an updated cache
load_providers(path = NULL, envir = .GlobalEnv)
path | 
 location where cache is located. Leaving to NULL loads the version in the installed package  | 
envir | 
 R environment to load data in to.  | 
Loads the data object providers into the global workspace.
loads the object providers into the working space.
update_providers()
## 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() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.