Removes the OSRM backend binaries and optionally clears the PATH
configuration from the project's .Rprofile.
Arguments
- dest_dir
A string specifying the directory from which to remove OSRM binaries. If
NULL(the default), the function looks for an installation in the per-version subdirectories insidetools::R_user_dir("osrm.backend", which = "cache")and removes it. When multiple versions are installed, interactive sessions that are notquietwill be prompted (with a numbered menu and0to cancel) to choose a directory; otherwise,dest_dirmust be supplied.- clear_path
A logical value. If
TRUE(default), also removes thePATHconfiguration from the project's.Rprofileby callingosrm_clear_path().- quiet
A logical value. If
TRUE, suppresses confirmation prompts. Defaults toFALSE.