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)
If TRUE
, will also check all dependencies of
tidylab packages.
No return value, called for side effects.
if (FALSE) {
tidylab_update()
}