## Basic parsing with default options
-REDCapCAST::redcapcast_data |>
+requireNamespace("REDCapCAST")
+redcapcast_data |>
dplyr::select(-dplyr::starts_with("redcap_")) |>
ds2dd_detailed()
#> $data
@@ -322,12 +323,12 @@ Please, do always inspect the data dictionary before upload.
#> # A tibble: 6 × 18
#> field_name form_name section_header field_type field_label
#> <chr> <chr> <lgl> <chr> <chr>
-#> 1 record_id a NA text record_id
+#> 1 record_id b NA text record_id
#> 2 sepal.length a NA text sepal.length
-#> 3 sepal.width a NA text sepal.width
-#> 4 petal.length b NA text petal.length
+#> 3 sepal.width b NA text sepal.width
+#> 4 petal.length a NA text petal.length
#> 5 petal.width b NA text petal.width
-#> 6 species b NA radio species
+#> 6 species a NA radio species
#> # ℹ 13 more variables: select_choices_or_calculations <chr>, field_note <lgl>,
#> # text_validation_type_or_show_slider_number <chr>,
#> # text_validation_min <lgl>, text_validation_max <lgl>, identifier <lgl>,
diff --git a/reference/easy_redcap.html b/reference/easy_redcap.html
index 9f6234a..7f39c74 100644
--- a/reference/easy_redcap.html
+++ b/reference/easy_redcap.html
@@ -7,7 +7,7 @@
REDCapCAST
- 24.11.3
+ 24.11.4