A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/alekrutkowski/eurodata_codegen below:

alekrutkowski/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.dev/find_estat or https://alekr.shinyapps.io/find_estat


A screenshot of the eurodata_codegen app:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4