knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
This list of sample anchors for Likert scales was adapted from: Vagias, Wade M. (2006). Likert-type scale response anchors. Clemson International Institute for Tourism & Research Development, Department of Parks, Recreation and Tourism Management. Clemson University.
library(likert) data("likert_anchors", package = 'likert') length(likert_anchors)
for(i in 1:length(likert_anchors)) { cat(paste0( '## ', names(likert_anchors)[i], '\n\n', paste0('1. ', likert_anchors[[i]], collapse = '\n'), '\n\n' )) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.