/BiocSurvey

Analysis of Community Survey Results

Primary LanguageR

BiocSurvey

Travis build status

Results from the Bioc Developers Community Survey

You can recreate the report by installing this repository using BiocManager and building the vignette.

BiocManager::install("sa-lee/BiocSurvey", 
                    build_vignettes = TRUE,
                    dependencies = TRUE)

If you just want the raw data, the responses are stored as csv files in "data-raw"

Alternatively, the package comes with the responses and the questions look up tables available as tibbles.

library(BiocSurvey)
responses

If you want to just read the report, see the vignette(package = "BiocSurvey") or read it online here.