Skip to contents

Scans the .Rprofile file in the current project's root directory and removes any lines that were added by osrm_install() to modify the PATH.

Usage

osrm_clear_path(quiet = FALSE)

Arguments

quiet

A logical value. If TRUE, suppresses messages. Defaults to FALSE.

Value

Invisibly returns TRUE if the file was modified, FALSE otherwise.

Examples

if (FALSE) { # \dontrun{
# Clean up the project's .Rprofile
osrm_clear_path()
} # }