# LIST SURVEYS ------------------------------------------------------------
list_surveys("INput surveys")
# GET RESPONSES -----------------------------------------------------------
dat_00_yss <-
get_responses(2) %>%
haven::as_factor()
# Q TAB -------------------------------------------------------------------
t_00_wellbg_raw <- qt_raw(
dat_00_yss,
vars(matches("wellbg_1"))
)
qt_print(t_00_wellbg_raw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.