This will check to see if all tidylab packages (and optionally, their dependencies) are up-to-date, and will install after an interactive confirmation.

tidylab_update(recursive = FALSE)

Arguments

recursive

If TRUE, will also check all dependencies of tidylab packages.

Value

No return value, called for side effects.

Examples

if (FALSE) {
tidylab_update()
}