form_status_summary | R Documentation |
This function warps form_status_counts and returns a data.frame summarizing the statuses for each form. Only saved forms are considered for the statistic.
form_status_summary(object, ...)
object |
|
... |
further parameters |
data.frame summarizing the statuses for each form
# 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_summary(sT_export)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.