!!!

make_relative_path(path, wd = getwd(), warn = TRUE)

Arguments

path

string with absolute path.

wd

string of path to absolute path.

warn

(logical) flag to warn if folder does not exist on a computer.

Value

string

Examples

# No examples yet