View source: R/updates_and_reports.R
nflverse_update | R Documentation |
Check all nflverse packages for available cran updates.
nflverse_update(recursive = FALSE, repos = getOption("repos"), devel = FALSE)
recursive |
If |
repos |
the repositories to use to check for updates.
Defaults to |
devel |
If |
Returns NULL
invisibly. Called for side effects.
try(
nflverse_update()
)
try(
nflverse_update(devel = TRUE)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.