list_code_files | R Documentation |
returns a character vector of absolute code file paths
list_code_files(path, ext = c("py", "r"), skiplist = c("/renv/", "/venv/"))
path |
parent folder to look through recursively |
ext |
character vector of extensions to accept (case insensitive, no dot) |
skiplist |
character vector of pieces of path to skip |
character vector of code file paths
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.