Title: | Main Existing Human Datasets |
---|---|
Description: | Shiny for Open Science to visualize, share, and inventory the main existing human datasets for researchers. |
Authors: | Etienne Camenen [aut, cre], Baptiste Couvy-Duchesne [aut] |
Maintainer: | Etienne Camenen <[email protected]> |
License: | GPL-3 |
Version: | 1.0.2 |
Built: | 2024-11-08 04:29:31 UTC |
Source: | https://github.com/cran/MainExistingDatasets |
A table of human datasets from various sources (e.g., genetics, imagery, omics) and accesible in open-access.
data(human_datasets)
data(human_datasets)
Runs a Shiny application. This function normally does not return; interrupt R to stop the application (usually by pressing Ctrl+C or Esc).
run_app( onStart = NULL, options = list(), enableBookmarking = NULL, uiPattern = "/", ... )
run_app( onStart = NULL, options = list(), enableBookmarking = NULL, uiPattern = "/", ... )
onStart |
A function that will be called before the app is actually run.
This is only needed for |
options |
Named options that should be passed to the |
enableBookmarking |
Can be one of |
uiPattern |
A regular expression that will be applied to each |
... |
arguments to pass to golem_opts.
See |
For more information about this function, please take a look at https://CRAN.R-project.org/package=golem/vignettes/c_deploy.html.
An object that represents the app.
## Not run: # Start app in the current working directory run_app() # Start app in a subdirectory called myapp run_app("myapp") ## End(Not run)
## Not run: # Start app in the current working directory run_app() # Start app in a subdirectory called myapp run_app("myapp") ## End(Not run)