inst/test-data/decimal-comma-and-dot/redcapr-specific/default-mismatched.R

structure(list(record_id = c(1, 2, 3, 4), name = c("Valdez", 
"Rich", "Furtado", "Akbar"), height_dot = c(1.54, 1.84, 1.95, 
1.61), height_comma = c(154, 184, 195, 161), weight_dot = c(52.3, 
92.3, 123.4, 45.9), weight_comma = c(523, 923, 1234, 459), bmi = c(22.1, 
27.3, 32.5, 17.7), bmi_comma = c(22.1, 27.3, 32.5, 17.7), demographics_complete = c(2, 
2, 2, 2)), row.names = c(NA, -4L), class = "data.frame")
OuhscBbmc/REDCapR documentation built on Jan. 31, 2024, 8:30 p.m.