Description Usage Arguments Value
Generate filename to match Cache files
1 2 | makeFilename(args, pipeName = NULL, fnName = NULL, cachePath = ".",
sep = ":", collapse = "__", argNames = FALSE)
|
args |
a list of arguments to the main function |
pipeName |
the name of main function |
fnName |
the name of function that is a step in the main function |
cachePath |
a character string providing path to the Cache directory. |
sep |
passed to |
collapse |
passed to |
argNames |
passed to |
character string that is the generated filename. It includes the main function and step function names, and the arguments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.