mindat_cache_get: Get cache value

View source: R/mindat_cache.R

mindat_cache_getR Documentation

Get cache value

Description

Retrieve the value of the cache named varname in current environment.

Usage

mindat_cache_get(varname)

Arguments

varname

string

Value

cached value. A string, list or other objects.

Examples

token<- mindat_cache_get('api_token')

OpenMindat documentation built on June 8, 2025, 1:47 p.m.