get_relative_path: Get relative path

View source: R/utils.R

get_relative_pathR Documentation

Get relative path

Description

Given a base path and a specific path, returns a string str such that file.path(base_path, str) is the same location as path.

Usage

get_relative_path(base_path, path)

Arguments

base_path

the base path

path

a specific path


simulator documentation built on Feb. 16, 2023, 9:34 p.m.