Learn R Programming

dodgr (version 0.4.3)

dodgr_cache_off: Turn off all dodgr caching in current session.

Description

This function is useful is speed is paramount, and if graph contraction is not needed. Caching can be switched back on with dodgr_cache_on.

Usage

dodgr_cache_off()

Arguments

Value

Nothing; the function invisibly returns TRUE if successful.

See Also

Other cache: clear_dodgr_cache(), dodgr_cache_on(), dodgr_load_streetnet(), dodgr_save_streetnet()

Examples

Run this code
dodgr_cache_off ()
# Then call dodgr functions as usual:
graph <- weight_streetnet (hampi, wt_profile = "foot")

Run the code above in your browser using DataLab