diff --git a/404.html b/404.html index 5145e10..ee6f4ee 100644 --- a/404.html +++ b/404.html @@ -27,7 +27,7 @@ REDCapCAST - 24.11.3 + 24.11.4 + + + + + +
+
+
+ +
+

Very simple function to remove rich text formatting from field label +and save the first paragraph ('<p>...</p>').

+
+ +
+

Usage

+
clean_field_label(data)
+
+ +
+

Arguments

+ + +
data
+

field label

+ +
+
+

Value

+

character vector

+
+ +
+

Examples

+
clean_field_label("<div class=\"rich-text-field-label\"><p>Fazekas score</p></div>")
+#> [1] "Fazekas score"
+
+
+
+ + +
+ + + +
+ + + + + + + diff --git a/reference/clean_redcap_name.html b/reference/clean_redcap_name.html index e0c07ca..ac928ea 100644 --- a/reference/clean_redcap_name.html +++ b/reference/clean_redcap_name.html @@ -11,7 +11,7 @@ Trying to make up for different naming conventions.">REDCapCAST - 24.11.3 + 24.11.4
+ + + + + +
+
+
+ +
+

This works very much as `read_redcap_tables()` and might end up there

+
+ +
+

Usage

+
read_redcap_labelled(
+  uri,
+  token,
+  records = NULL,
+  fields = NULL,
+  events = NULL,
+  forms = NULL,
+  split_forms = "all"
+)
+
+ +
+

Arguments

+ + +
uri
+

REDCap database API uri

+ + +
token
+

API token

+ + +
records
+

records to download

+ + +
fields
+

fields to download

+ + +
events
+

events to download

+ + +
forms
+

forms to download

+ + +
split_forms
+

Whether to split "repeating" or "all" forms, default is +"all".

+ +
+
+

Value

+

data.frame or list

+
+ +
+ + +
+ + + +
+ + + + + + + diff --git a/reference/read_redcap_tables.html b/reference/read_redcap_tables.html index 98e0af9..4ab4eb4 100644 --- a/reference/read_redcap_tables.html +++ b/reference/read_redcap_tables.html @@ -15,7 +15,7 @@ instruments.">REDCapCAST - 24.11.3 + 24.11.4 + + + + + +
+
+
+ +
+

Default column names of a REDCap data dictionary

+
+ +
+

Usage

+
redcap_meta_default(...)
+
+ +
+

Arguments

+ + +
...
+

ignored for now

+ +
+
+

Value

+

character vector

+
+ +
+

Examples

+
dput(redcap_meta_default())
+#> c("field_name", "form_name", "section_header", "field_type", 
+#> "field_label", "select_choices_or_calculations", "field_note", 
+#> "text_validation_type_or_show_slider_number", "text_validation_min", 
+#> "text_validation_max", "identifier", "branching_logic", "required_field", 
+#> "custom_alignment", "question_number", "matrix_group_name", "matrix_ranking", 
+#> "field_annotation")
+
+
+
+ + +
+ + + +
+ + + + + + + diff --git a/reference/redcap_wider.html b/reference/redcap_wider.html index 729cef0..09911aa 100644 --- a/reference/redcap_wider.html +++ b/reference/redcap_wider.html @@ -9,7 +9,7 @@ Handles longitudinal projects, but not yet repeated instruments.">REDCapCAST - 24.11.3 + 24.11.4