powered by
Run check_functions_in_file and check_file_layout on a file.
check_functions_in_file
check_file_layout
check_file(path, ...)
Invisibly
TRUE, but see Details.
TRUE
Path to the file to be checked.
Arguments to be passed to check_functions_in_file or check_file_layout.
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.
throw
Other wrappers: check_directory(), check_file_layout(), check_function_layout(), check_functions_in_file(), check_package()
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")))
Run the code above in your browser using DataLab