update_khpackage | R Documentation |
Update package directly with Github repo. Default is main
branch.
update_khpackage(
package = c("orgdata", "orgcube", "qualcontrol"),
branch = "main",
force = FALSE
)
upgrade_khpackage(
package = c("orgdata", "orgcube", "qualcontrol"),
branch = "main",
force = FALSE
)
package |
Which khpackage to update |
branch |
The branch in Github to install from, default = "main" |
force |
Use the latest version(s) of all dependencies. Default is FALSE |
## Not run:
update_khpackage(package = "orgdata") #default
update_khpackage(package = "orgdata", branch = "dev") #to upgrade with dev branch
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.