mindat_cache_set {OpenMindat} | R Documentation |
Assigns the value to the cache named varname in current environment.
mindat_cache_set(varname, value)
varname |
string. The cached varname. |
value |
string. |
No return value. The value will be cached in memory, and the cached value can be fetched by calling the function mindat_cache_get with the assigned varname.
mindat_cache_set('api_token',"9ce67655d74bcd981e937be80dcea9cb")