Skip to contents

Empties the cache.

Usage

hm_clean_cache(cache = c("route", "star"))

Arguments

cache

Which caches to clear. Default is both c("route", "star").

Value

TRUE silently

See also

For more details see the cache section in the vignette: vignette("Supersonic_Routes_in_depth", package = "himach"). or Vignette on caching

Examples

hm_clean_cache("route")

hm_clean_cache()