capture_dir
creates a tibble
containing the path of each level
of child of a given parent directory.
1 | capture_dir(root_path = "./rstudio/github/", regex_string = "[\\s\\S]*")
|
root_path |
a character string of a parent directory |
regex_string |
a regular expression character string use to match directory names |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.