Skip to content

Commit

Permalink
update run_app.Rd
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark02-arcus committed Jun 27, 2024
1 parent 1de747d commit 402fa51
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
5 changes: 4 additions & 1 deletion R/run_app.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#' Run the Shiny Application
#'
#'
#' @param meta A data frame containing metadata. See `details` below for data
#' specification.
#' @param data Either a data frame or a character string with the path to the
#' app data in .rds format. See `details` below for data.frame specification.
#' @param data_folder Character string. The folder in which all data resides is
#' usually set in the config.yml file. However, this can be overwritten if a
#' path is set in this argument. Useful for testing purposes.
#' @param user_db Character string. Path to the app database. If not existing,
#' will be created based on app data and metadata, with all data labeled as
#' 'new'/not yet reviewed.
Expand Down
20 changes: 12 additions & 8 deletions man/run_app.Rd

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

0 comments on commit 402fa51

Please sign in to comment.