| update_pkgs | R Documentation | 
Update packages
update_pkgs(exclude = NULL)
exclude | 
 Vector with package names not to update.  | 
The function updates all installed packages using the remotes package.
It allows to exclude package (e.g., because only available in non-public GitHub repo).
void
## Not run: 
update_pkgs(exclude = c("pkg_a", "pkg_b"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.