autoupdate(root = here::here())

Arguments

root

The path to the root directory of your project.

Value

The exit status from pre-commit autoupdate (invisibly).

Examples

if (FALSE) {
autoupdate()
}