R/survey_output.R

Defines functions survey_output

Documented in survey_output

#' Container for rendered Survey
#' 
#' Simple div
#'
#' @param id to communicate with `render_survey()`.
#'
#' @return
#' @export
survey_output <- function(id) {
  htmltools::div(id = id)
}
dheimgartner/surveyjR documentation built on Feb. 5, 2022, 8:11 a.m.