| check_functions_in_file | R Documentation |
Run check_function_layout on all functions defined in a file.
check_functions_in_file(path, ...)
path |
Path to the file to be checked. |
... |
Arguments to be passed to |
The functions catches the messages of "cleanr"-conditions
thrown by check_function_layout and,
if it caught any, throws them.
Invisibly TRUE,
but see Details.
Other wrappers:
check_directory(),
check_file_layout(),
check_file(),
check_function_layout(),
check_package()
print(cleanr::check_functions_in_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.