| Title: | Main Existing Human Datasets | 
| Version: | 1.0.2 | 
| Description: | Shiny for Open Science to visualize, share, and inventory the main existing human datasets for researchers. | 
| License: | GPL-3 | 
| Depends: | R (≥ 2.10) | 
| Imports: | config, dplyr, DT, glue, golem, grDevices, htmltools, htmlwidgets, magrittr, openxlsx, pkgload, processx, rlang, sf, shiny, spData, tidyr, tmap, tmaptools, utils | 
| Suggests: | BiocCheck, covr, knitr, rmarkdown, testthat | 
| VignetteBuilder: | knitr | 
| biocViews: | BiomedicalInformatics, DataRepresentation, Visualization | 
| Encoding: | UTF-8 | 
| Language: | en-US | 
| LazyData: | false | 
| RoxygenNote: | 7.2.3 | 
| NeedsCompilation: | no | 
| Packaged: | 2023-03-27 14:20:05 UTC; rstudio | 
| Author: | Etienne Camenen [aut, cre], Baptiste Couvy-Duchesne [aut] | 
| Maintainer: | Etienne Camenen <etienne.camenen@gmail.com> | 
| Repository: | CRAN | 
| Date/Publication: | 2023-03-27 14:50:02 UTC | 
MainExistingDatasets: Main Existing Human Datasets
Description
Shiny for Open Science to visualize, share, and inventory the main existing human datasets for researchers.
Author(s)
Maintainer: Etienne Camenen etienne.camenen@gmail.com
Authors:
Baptiste Couvy-Duchesne
Human datasets
Description
A table of human datasets from various sources (e.g., genetics, imagery, omics) and accesible in open-access.
Usage
data(human_datasets)
Run the Shiny Application
Description
Runs a Shiny application. This function normally does not return; interrupt R to stop the application (usually by pressing Ctrl+C or Esc).
Usage
run_app(
  onStart = NULL,
  options = list(),
  enableBookmarking = NULL,
  uiPattern = "/",
  ...
)
Arguments
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   | 
Details
For more information about this function, please take a look at https://CRAN.R-project.org/package=golem/vignettes/c_deploy.html.
Value
An object that represents the app.
Examples
## Not run: 
# Start app in the current working directory
run_app()
# Start app in a subdirectory called myapp
run_app("myapp")
## End(Not run)