create_html_table | R Documentation |
Create two-column HTML table for data piping in REDCap instruments
create_html_table(text, variable)
text |
descriptive text |
variable |
variable to pipe |
character vector
create_html_table(text = "Patient ID", variable = c("[cpr]"))
create_html_table(text = paste("assessor", 1:2, sep = "_"), variable = c("[cpr]"))
# create_html_table(text = c("CPR nummer","Word"), variable = c("[cpr][1]", "[cpr][2]", "[test]"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.