View source: R/return_hidden_items.R
return_hidden_items | R Documentation |
secuTrialdata
objectsSometimes, 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.
return_hidden_items(x)
a |
a data.frame (columns: name, itemtype, label) that pinpoints which items are hidden
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.