get_relative_path {simulator}R 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


[Package simulator version 0.2.5 Index]