prettyLinkFile: Makes pretty links

Description Usage Arguments Examples

View source: R/prettyLinkFile.R

Description

Automates making mass links to output files. Works well with '?mapply', see example.

Usage

1
prettyLinkFile(x, y, sep = "\n\n")

Arguments

x

output from '?list.files' that you want to be the text for the link

y

file path to the location you want to link to

sep

what the separator for '?cat' should be

Examples

1
2
3
invisible(mapply(prettyFileLink, 
x = list.files('.'), 
y = list.files('.', full.names = TRUE)))

kirstengott/kirsten documentation built on May 20, 2019, 10:24 a.m.