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

View source: R/mindat_cache.R

mindat_cache_hasR Documentation

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)

Arguments

varname

string.

Value

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

Examples

b_has <- mindat_cache_has('api_token')

OpenMindat documentation built on June 8, 2025, 1:47 p.m.