R/utilities.R
file_path_relative_to.Rd
Transform an absolute path to relative path in relation to given location
file_path_relative_to(path, org_relative_to, new_relative_to)
path | Character string path. |
---|---|
org_relative_to | Character string path to which |
new_relative_to | Character string path to which |
Character string relative file path.
Both path
and relative_to
must be in absolute form.