Skip to content

Instantly share code, notes, and snippets.

View gu-stat's full-sized avatar

Gustavo gu-stat

View GitHub Profile
@SachaEpskamp
SachaEpskamp / global.R
Last active October 22, 2021 08:55
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")