mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
86 lines
1.1 KiB
Markdown
86 lines
1.1 KiB
Markdown
|
|
# REDCap metadata from data base
|
||
|
|
|
||
|
|
This metadata dataset from a REDCap database is for demonstration
|
||
|
|
purposes.
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
``` r
|
||
|
|
data(redcapcast_meta)
|
||
|
|
```
|
||
|
|
|
||
|
|
## Format
|
||
|
|
|
||
|
|
A data frame with 22 variables:
|
||
|
|
|
||
|
|
- field_name:
|
||
|
|
|
||
|
|
field_name, character
|
||
|
|
|
||
|
|
- form_name:
|
||
|
|
|
||
|
|
form_name, character
|
||
|
|
|
||
|
|
- section_header:
|
||
|
|
|
||
|
|
section_header, character
|
||
|
|
|
||
|
|
- field_type:
|
||
|
|
|
||
|
|
field_type, character
|
||
|
|
|
||
|
|
- field_label:
|
||
|
|
|
||
|
|
field_label, character
|
||
|
|
|
||
|
|
- select_choices_or_calculations:
|
||
|
|
|
||
|
|
select_choices_or_calculations, character
|
||
|
|
|
||
|
|
- field_note:
|
||
|
|
|
||
|
|
field_note, character
|
||
|
|
|
||
|
|
- text_validation_type_or_show_slider_number:
|
||
|
|
|
||
|
|
text_validation_type_or_show_slider_number, character
|
||
|
|
|
||
|
|
- text_validation_min:
|
||
|
|
|
||
|
|
text_validation_min, character
|
||
|
|
|
||
|
|
- text_validation_max:
|
||
|
|
|
||
|
|
text_validation_max, character
|
||
|
|
|
||
|
|
- identifier:
|
||
|
|
|
||
|
|
identifier, character
|
||
|
|
|
||
|
|
- branching_logic:
|
||
|
|
|
||
|
|
branching_logic, character
|
||
|
|
|
||
|
|
- required_field:
|
||
|
|
|
||
|
|
required_field, character
|
||
|
|
|
||
|
|
- custom_alignment:
|
||
|
|
|
||
|
|
custom_alignment, character
|
||
|
|
|
||
|
|
- question_number:
|
||
|
|
|
||
|
|
question_number, character
|
||
|
|
|
||
|
|
- matrix_group_name:
|
||
|
|
|
||
|
|
matrix_group_name, character
|
||
|
|
|
||
|
|
- matrix_ranking:
|
||
|
|
|
||
|
|
matrix_ranking, character
|
||
|
|
|
||
|
|
- field_annotation:
|
||
|
|
|
||
|
|
field_annotation, character
|