Description Usage Arguments Examples
Automates making mass links to output files. Works well with '?mapply', see example.
1  | prettyLinkFile(x, y, sep = "\n\n")
 | 
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  | 
1 2 3  | invisible(mapply(prettyFileLink, 
x = list.files('.'), 
y = list.files('.', full.names = TRUE)))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.