Skip to contents

a table of file paths ready to be pasted into an email

Usage

sourpaths(full.names = TRUE, path = NULL, ...)

Arguments

full.names

Default is TRUE

path

The directory path to pull from. Default is '../data/'

...

additional arguments passed to list.files()

Value

a html DT::datatable() with a 'Copy' button

Examples

if (FALSE) { # \dontrun{
sourpaths(path="data/",pattern="pk")
} # }