Skip to content

Instantly share code, notes, and snippets.

View MingChen0919's full-sized avatar

Ming Chen MingChen0919

  • Caris Life Sciences
  • TX
View GitHub Profile
@MingChen0919
MingChen0919 / global.R
Created June 29, 2016 04:22 — forked from SachaEpskamp/global.R
A general shiny app to import and export data to R. Note that this can be used as a starting point for any app that requires data to be loaded into Shiny.
library("shiny")
library("foreign")