util_filter_repsum: Delete rows from summary table for 'SSI' or non-'SSI'...

View source: R/util_filter_repsum.R

util_filter_repsumR Documentation

Delete rows from summary table for SSI or non-SSI variables

Description

Delete rows from summary table for SSI or non-SSI variables

Usage

util_filter_repsum(
  repsumtab,
  vars_to_include,
  meta_data,
  rownames_of_report,
  label_col
)

Arguments

repsumtab

data.frame the report summary table

vars_to_include

"study", "ssi" or c("study", "ssi"). variables to include

meta_data

data.frame old name for item_level

label_col

variable attribute the name of the column in the metadata with labels of variables

Value

data.frame the filtered repsumtab with attribute rownames_of_report, also filtered


dataquieR documentation built on Jan. 8, 2026, 5:08 p.m.