/eurodata_codegen

R code generator for a dataset import from Eurostat

Primary LanguageRMIT LicenseMIT

eurodata_codegen

R code generator for a dataset import from Eurostat

Shiny app for rapid generation of an autocommented code based on the eurodata package

▶︎ The app can be run in 3 alternative ways:

⚠︎ If running on your Shiny server or locally in your R, there are some prerequisites/dependencies. Install them, if they are not yet installed:

needed_pkgs <-
  c('magrittr','eurodata','data.table','shiny','shinybusy',
    'rclipboard','xml2','prismjs','shinyalert','memoise')
installed_pkgs <-
  row.names(installed.packages())
for (n in needed_pkgs)
  if (!(n %in% installed_pkgs))
      install.packages(n)

💡︎ BTW, you can also search Eurostat datasets at https://shiny-r.tk/find_estat or https://alekr.shinyapps.io/find_estat


A screenshot of the eurodata_codegen app:

Screenshot