mindat_cache_has | R Documentation |
Check whether or not the current environment has the cache named varname.
mindat_cache_has(varname)
varname |
string. |
Boolean value. if the varname is found in current environment cache, return True otherwise return False.
b_has <- mindat_cache_has('api_token')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.