Skip to content

Commit

Permalink
same
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Aug 29, 2022
1 parent a5996cf commit e62b7a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/update.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@
#' @return No value returned. Updates files in folder 'docs'.
#'
#' @examples
#' if (interactive()) {
#' # Update documentation
#' update_docs()
#' }

update_docs <- function(convert_vignettes = TRUE, path = ".") {

path <- convert_path(path)
Expand Down
2 changes: 2 additions & 0 deletions man/update_docs.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e62b7a2

Please sign in to comment.