Skip to contents

Removes all cached dictionaries from the user-level cache directory. This frees disk space and forces dictionaries to be re-loaded (and re-cached if cache = TRUE) on the next call to load_dictionary.

Usage

clear_dictionary_cache()

Value

Invisible NULL.

See also

load_dictionary for the cache and force_rebuild parameters, remove_cached_dictionary to remove a single dictionary.

Examples

if (FALSE) { # \dontrun{
clear_dictionary_cache()
} # }