Learn R Programming

OpenMindat (version 1.0.1)

mindat_cache_has: Check if the current environment has the cached value of varname.

Description

Check whether or not the current environment has the cache named varname.

Usage

mindat_cache_has(varname)

Value

Boolean value. if the varname is found in current environment cache, return True otherwise return False.

Arguments

varname

string.

Examples

Run this code
b_has <- mindat_cache_has('api_token')

Run the code above in your browser using DataLab