mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
styling and new function is.repeated_longitudinal()
This commit is contained in:
parent
3e356004d4
commit
e1509188ff
4 changed files with 188 additions and 139 deletions
|
|
@ -6,7 +6,7 @@
|
|||
\usage{
|
||||
sanitize_split(
|
||||
l,
|
||||
generic.names = c("record_id", "redcap_event_name", "redcap_repeat_instrument",
|
||||
generic.names = c("redcap_event_name", "redcap_repeat_instrument",
|
||||
"redcap_repeat_instance")
|
||||
)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,10 +36,12 @@ universal_fields <- c("id")
|
|||
|
||||
# Create the fields
|
||||
fields <- matrix(
|
||||
c("form_a_name", "form_a",
|
||||
c(
|
||||
"form_a_name", "form_a",
|
||||
"form_a_age", "form_a",
|
||||
"form_b_name", "form_b",
|
||||
"form_b_gender", "form_b"),
|
||||
"form_b_gender", "form_b"
|
||||
),
|
||||
ncol = 2, byrow = TRUE
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue