Learn R Programming

himach (version 0.3.2)

hm_clean_cache: Clean the route and SID-STAR cache.

Description

Empties the cache.

Usage

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

Value

TRUE silently

Arguments

cache

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

See Also

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

Examples

Run this code
hm_clean_cache("route")

hm_clean_cache()

Run the code above in your browser using DataLab