R/ls_tsv_get_group_rows.R

Defines functions ls_tsv_get_group_rows

Documented in ls_tsv_get_group_rows

#' Get all group rows from a LimeSurvey survey dataframe
#'
#' @param data The LimeSurvey survey dataframe.
#'
#' @return A dataframe with the rows.
#'
#' @examples ### Add
#' @export
ls_tsv_get_group_rows <- function(data) {

  return(ls_tsv_get_rows(data,
                         class = "G"));

}

Try the limonaid package in your browser

Any scripts or data that you put into this service are public.

limonaid documentation built on June 14, 2022, 1:06 a.m.