Skip to content

philbowsher/Tidyverse-for-Clinical-Data-Wrangling

Repository files navigation

Tidyverse for Clinical Data Wrangling by Phil Bowsher on Fri, Oct 19th, 2018 at internal pharma R conf

Live Presentation is here:

https://colorado.rstudio.com/rsc/content/1582/

Presentations and code from workshop.

Requires the following packages from CRAN:

install.packages(c("leaflet", "tidyverse", shiny", "shinydashboard", "rmarkdown", "flex_dashboard", "ggplot2", "plotly", "plyr", "reshape2"))

To access to the OpenFDA API from R, which uses the jsonlite and magrittr packages, you'll need the devtools package to install it as the library has not yet been added to CRAN, so follow these steps:

install.packages("devtools")

Once devtools is installed, you can grab this package:

library("devtools")
devtools::install_github("ropenhealth/openfda")

Load it in like any other package:

library("openfda")

An up-to-date version of RStudio is also recommended.

R 3.4.0 used for examples.

Links/examples reviewed in the following order:

Shiny

http://shiny.rstudio.com/

A web application framework for R.

R Markdown

http://rmarkdown.rstudio.com/

R Markdown provides an authoring framework for data science and documents are fully reproducible and support dozens of static and dynamic output formats.

HTML Widgets

http://www.htmlwidgets.org/

R bindings to JavaScript libraries.

Applications in Drug Development

Live apps, analysis, tools and research.

About

lightning talk for pharma conf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages