View source: R/check_files_parse.R
check_files_parse | R Documentation |
This identifies files that contain non syntactic code, including files that have an R extension despite not being an R script.
check_files_parse(path = ".", recursive = TRUE)
path |
A string. The path to a file or the folder to explore By default explores the working directory. |
recursive |
A boolean. Passed to |
Returns the path invisibly, called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.