LAMaglan / UiONettskjemaViz

R-package to visualize UiO-nettskjema data (loaded as csv-files), or other csv-files of similar format (code before package setup "finished" 2021)
Other
0 stars 0 forks source link

UiO nettskjema Visualization

image

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).

Getting started

Install the package from GitHub

remotes::install_github("LAMaglan/UiONettskjemaViz")

Load the package

library(UiONettskjemaViz)

Run the Shiny app

UiONettskjemaViz::run_app()