relativePath: Relative path

View source: R/functions_comp2annottests.R

relativePathR Documentation

Relative path

Description

Computes the relative path between two imbricated paths

Usage

  relativePath(path1, path2)

Arguments

path1

The first path

path2

The second path

Details

path1 and path2 must be imbricated.

Value

The relative path between path1 and path2

Author(s)

Anne Biton

Examples

path1 <- "home/lulu/res/gene2comp/"
path2 <- "home/lulu/res/comp2annot/invasive/"
relativePath(path1,path2)

bitona/MineICA documentation built on April 23, 2023, 1:41 p.m.