capro-uio / nettskjemar

Package to work with UiO nettskjema
https://www.capro.dev/nettskjemar/
Other
2 stars 1 forks source link

create report #18

Open drmowinckels opened 2 years ago

drmowinckels commented 2 years ago

autocreate a report of the data (similar to what is in the portal)

both html and pdf? pdf requires pandoc, might be... ugh.

sda030 commented 7 months ago

Hi @drmowinckels, I would suggest keeping reporting of survey data independent of the package(s) that extracts data from the respective survey providers.

Basic R packages for handling data from respective survey providers:

=> Inputted to a package just for reporting, which standardizes input from said upstream packages. Considering that there are several such packages for creating quick and dirty overviews in HTML (from which PDF is a short detour),such as {summaryTools, skimr, saros, etc), there is only a need for a small package that standardizes data (and meta-data) from various such survey provider packages, making it ready for e.g. summaryTools.

Btw, thanks for your work on this package!