Learn R Programming

MineICA (version 1.12.0)

relativePath: Relative path

Description

Computes the relative path between two imbricated paths

Usage

relativePath(path1, path2)

Arguments

path1
The first path
path2
The second path

Value

The relative path between path1 and path2

Details

path1 and path2 must be imbricated.

Examples

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

Run the code above in your browser using DataLab