getTaskFilepath | R Documentation |
Get the path of a file.
getTaskFilepath(task, type, ext, dirtype, subdir = NULL, dirCreate = TRUE)
task |
Object of class |
type |
Filename type. If the type is an array, the cocatenation of the elements is used with separator"-". Filenames have the form [task name]_[type].[ext] |
ext |
Filename extension. |
dirtype |
task directory where file is stored, i.e., 'documentation', 'code', 'data', 'data source' or 'binary data'. |
subdir |
(optional) Subdirectory. |
dirCreate |
Logical, if TRUE (by default) the directory is created. |
Full path to file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.