makeRelativeHyperlink: Makes HTML hyper link relative to a directory by clipping off...

Description Usage Arguments Details Value Examples

View source: R/make_hyperlink.R

Description

Makes HTML hyper link relative to a directory by clipping off directory name

Usage

1
makeRelativeHyperlink(directory.to.clip, files, links)

Arguments

directory.to.clip

character of directory to remove from file path

files

character vector of filenames

links

description of links

Details

Used in making HTML files

Value

link command vector

Examples

1
 makeRelativeHyperlink("myPath","myPath/pathToFile","click here to my path")

gelfondjal/adapr documentation built on Feb. 2, 2020, 1:32 a.m.