mindat_cache_get {OpenMindat} | R Documentation |
Retrieve the value of the cache named varname in current environment.
mindat_cache_get(varname)
varname |
string |
cached value. A string, list or other objects.
token<- mindat_cache_get('api_token')