biostata / IDEAFilter

An R Shiny Filtering module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IDEAFilter

Built upon shinyDataFilter, which was built on on top of Joe Cheng’s excellent R/Pharma 2018 shiny demo.

Getting started

Installation

# install.packages("remotes")
Sys.setenv("GITHUB_PAT" = "<your PAT>") # personal access token!
remotes::install_github("biometrics/IDEAFilter", host = "https://github.biogen.com/api/v3")
Sys.unsetenv("GITHUB_PAT")

Example App

Then, run this sample app to build filters with IDEAFilter:

library(shiny)
shinyAppFile(system.file("examples", "basic_app", "app.R", package = "IDEAFilter"))

About

An R Shiny Filtering module

License:Other


Languages

Language:R 100.0%