| check_file | R Documentation |
Run check_functions_in_file and
check_file_layout on a file.
check_file(path, ...)
path |
Path to the file to be checked. |
... |
Arguments to be passed to |
The function catches the messages of "cleanr"-conditions thrown
by check_functions_in_file and check_file_layout
and, if it
caught any, throws them.
Invisibly TRUE,
but see Details.
Other wrappers:
check_directory(),
check_file_layout(),
check_function_layout(),
check_functions_in_file(),
check_package()
print(cleanr::check_file(system.file("source", "R", "utils.R",
package = "cleanr")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.