hm_clean_cache {himach}R Documentation

Clean the route and SID-STAR cache.

Description

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()


[Package himach version 0.3.2 Index]