Learn R Programming

secuTrialR (version 1.1.1)

return_hidden_items: Returns hidden items (variables) from secuTrialdata objects

Description

Sometimes, during a study, certain fields may be hidden because data should no longer be entered into them. If this is the case and the data of these fields is part of your export is likely good to know about it.

Usage

return_hidden_items(x)

Value

a data.frame (columns: name, itemtype, label) that pinpoints which items are hidden

Arguments

x

a secuTrialdata object

Examples

Run this code
# export location
expot_loc <- system.file("extdata", "sT_exports", "lnames",
                         "s_export_CSV-xls_CTU05_long_ref_miss_en_utf8.zip",
                         package = "secuTrialR")
# read export
sT_export <- read_secuTrial(expot_loc)

# return scores
return_hidden_items(sT_export)

Run the code above in your browser using DataLab