mindat_cache_get {OpenMindat} | R 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')
[Package OpenMindat version 1.0.0 Index]