relativePath: Relative path

Description Usage Arguments Details Value Author(s) Examples

View source: R/functions_comp2annottests.R

Description

Computes the relative path between two imbricated paths

Usage

1
  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

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

MineICA documentation built on Nov. 8, 2020, 5:35 p.m.