form_status_counts | R Documentation |
This function returns a data.frame informing on the status of saved forms per participant. There is a line for every combination of form type and participant id. The numbers are occurrence counts.
form_status_counts(object, ...)
object |
|
... |
further parameters |
data.frame informing on the status of saved forms per participant
# prepare path to example export
export_location <- system.file("extdata", "sT_exports", "snames",
"s_export_CSV-xls_CTU05_short_ref_miss_en_utf8.zip",
package = "secuTrialR")
# load all export data
sT_export <- read_secuTrial(data_dir = export_location)
# get form status
form_status_counts(sT_export)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.