knitr::opts_chunk$set(echo = TRUE)
Miscellaneous helper functions for the Charité tinnitus data.
Important: The data themselves (data/charite.rda
) are not uploaded to GitHub due to copyright reasons.
remotes::install_github("unmnn/charitemisc")
library(charitemisc) library(dplyr) library(purrr) data_dict var <- "adsl_adsl01" data_dict %>% filter(item == var) %>% pull(description) data_dict %>% filter(item == var) %>% pluck("values", 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.