marlycormar / tidyCDISC

Demo the app here: https://nate884.shinyapps.io/tidyCDISC/

Home Page:https://tidycdisc.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: AGPL v3

tidyCDISC

The purpose of tidyCDISC is a shiny app to easily create custom tables and figures from ADaM datasets.

Read our help page here

Installation

remotes::install_github("Biogen-Inc/tidyCDISC")

Use Case

Using the dev/run_dev.R file, you can run the application locally:

# Set options here
options(golem.app.prod = FALSE) # TRUE = production mode, FALSE = development mode

# Detach all loaded packages and clean your environment
golem::detach_all_attached()

# Document and reload your package, which runs these three functions...
golem::document_and_reload()

# Run the application 
run_app()

About

Demo the app here: https://nate884.shinyapps.io/tidyCDISC/

https://tidycdisc.netlify.app/

License:Other


Languages

Language:R 61.1%Language:CSS 36.6%Language:JavaScript 2.3%