View source: R/update_package.R
| update_package | R Documentation |
Function to update the package from github. Mainly for simpler updating on the shiny server
update_package( repo = "el-mrt/auto-statistics", token_file, token, branch = "main", ... )
repo |
user/repo name |
token_file |
file with token |
token |
auth_token for devtools::install_github |
branch |
name of branch to update from |
... |
used for devtools::install_github |
update_package() update_package(repo = "User/Repo_Name", token = "your_token", branch = "shiny")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.