Nothing
# #' @export
# ls_tsv_question_row <- function(questioncode,
# text,
# id=NULL,
# type.scale = "L",
# relevance = 1,
# language = "en",
# mandatory = "N",
# other = "N",
# same_default = 1,
# cssclass = "",
# hide_tip = 1,
# silent = limonaid::opts$get("silent")) {
# if (is.null(id)) {
# id <- new_id(silent = silent);
# }
#
# class = "Q";
#
# res <- as.list(environment());
# res$silent <- NULL;
# res <- as.data.frame(res);
#
# return(res);
#
# }
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.