Load an updated cache
Examples
if (FALSE) { # \dontrun{
# 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()
} # }
Load an updated cache
if (FALSE) { # \dontrun{
# 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()
} # }