Description Usage Arguments Examples
All files in a folder can be added to snippie in one go. snippie will use the file name as Title and add an Id.
1 | snip_folder(path = NULL, recursive = TRUE, extensions = NULL)
|
path |
Path to directory. Leave empty to choose one interactively. |
recursive |
Boolean |
extensions |
A character vector of extensions, eg c('py', 'R', 'txt') |
1 | snip_folder(recursive=TRUE, extensions=c('txt', 'R'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.