Read-in files to be processed by the checkers
1 2 | read_files(path = ".", trim = TRUE, ext = c(R = "[.](R|r)$", Rmd =
"[.](Rmd|rmd)$", cpp = "[.]cpp$", h = "[.]h(pp)?$"))
|
path |
Path to the project to process data from |
trim |
Logical scalar. When |
ext |
Regular expression to capture in filenames. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.