wdesr_load_cache: Load the cache.

View source: R/cache.R

wdesr_load_cacheR Documentation

Load the cache.

Description

To improve the performances, wikidata items are cached. This function loads this cache.

Usage

wdesr_load_cache(file = "wdesr-cache.RData", package_statuts = FALSE)

Arguments

file

The name of the file to read the cache from (default to "wdesr-cache.RData").

package_statuts

TRUE to load the status (statuts) cache embeded within the package instead of the local cache (default to FALSE). Usefull whenever status embeded within the package have been updated.

Value

the environment of the cache

Author(s)

Julien Gossa, gossa@unistra.fr

References

See Also

  • wdesr_clear_cache

  • wdesr_get_cache

  • wdesr_save_cache

  • wdesr_load_cache

  • wdesr_remove_from_cache

Examples

wdesr_load_cache()

cpesr/wikidataESR documentation built on Sept. 14, 2024, 5:51 a.m.