remove_class_from_cache | R Documentation |
remove_class_from_cache() is a Remove function that edits an object, removing a specified element or elements. Specifically, this function implements an algorithm to remove class from cache. The function is called for its side effects and does not return a value.
remove_class_from_cache(class_nm_1L_chr, class_in_cache_cdn_1L_chr = "stop")
class_nm_1L_chr |
Class name (a character vector of length one) |
class_in_cache_cdn_1L_chr |
Class in cache condition (a character vector of length one), Default: 'stop' |
No return value, called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.