Learn R Programming

OpenMindat (version 1.0.1)

mindat_cache_get: Get cache value

Description

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

Usage

mindat_cache_get(varname)

Value

cached value. A string, list or other objects.

Arguments

varname

string

Examples

Run this code
token<- mindat_cache_get('api_token')

Run the code above in your browser using DataLab