is_cached {styler} | R Documentation |
Check if text is cached
Description
This boils down to check if the hash exists at the caching dir as a file.
Usage
is_cached(text, transformers, more_specs, cache_dir = get_cache_dir())
Arguments
text |
Passed to |
transformers |
Passed to |
more_specs |
Passed to |
cache_dir |
The caching directory relative to the |
[Package styler version 1.10.3 Index]