Skip to contents

Convert a set of absolute paths to relative paths with respect to a specified `containing_path`

Usage

relative_paths(paths, containing_path = proj_root())

Arguments

paths

Vector of absolute paths.

containing_path

Target working directory to be relative to.