wdesr_get_cache: Get the cache.

View source: R/cache.R

wdesr_get_cacheR Documentation

Get the cache.

Description

To improve the performances, wikidata items are cached. This function returns this cache. It contains two dataframes: instance_ofs and items.

Usage

wdesr_get_cache()

Value

The WDESR 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.cache <- wdesr_get_cache()
wdesr.cache$status
wdesr.cache$items

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