A shiny app that allows you to summarize UiO-Nettskjema data (csv-files), or other csv-files of similar format. Lets you visualize up to two variables together, with one grouping variable, with different options depending on the nature of the variable (e.g. if continuous or categorical). The resulting plot dimensions can be adjusted with sliders, and saved in a variety of image formats. Also creates tables using gt(summary).
Install the package from GitHub
remotes::install_github("LAMaglan/UiONettskjemaViz")
Load the package
library(UiONettskjemaViz)
Run the Shiny app
UiONettskjemaViz::run_app()