Learn R Programming

dodgr (version 0.2.8)

dodgr_cache_off: dodgr_cache_off

Description

Turn off all dodgr caching in current session. This 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.