Description Usage Arguments Details Value Author(s) Examples
View source: R/functions_comp2annottests.R
Computes the relative path between two imbricated paths
1  |   relativePath(path1, path2)
 | 
path1 | 
 The first path  | 
path2 | 
 The second path  | 
path1 and path2 must be imbricated.
The relative path between path1 and path2
Anne Biton
1 2 3  | path1 <- "home/lulu/res/gene2comp/"
path2 <- "home/lulu/res/comp2annot/invasive/"
relativePath(path1,path2)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.