Skip to content

Commit

Permalink
Tweak line break
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Nov 28, 2023
1 parent e4a8343 commit c6242d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/deployApp.R
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@
#' # find the Quarto binary
#' deployApp("~/projects/quarto/site1")
#'
#' # deploy application with environment variables (e.g., `SECRET_PASSWORD=XYZ` is set via an ~/.Renviron file)
#' # deploy application with environment variables
#' # (e.g., `SECRET_PASSWORD=XYZ` is set via an ~/.Renviron file)
#' rsconnect::deployApp(envVars = c("SECRET_PASSWORD"))
#' }
#' @seealso [applications()], [terminateApp()], and [restartApp()]
Expand Down
3 changes: 2 additions & 1 deletion man/deployApp.Rd

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

0 comments on commit c6242d5

Please sign in to comment.