mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 21:27:29 +02:00
Deploying to gh-pages from @ agdamsbo/REDCapCAST@db75c3313e 🚀
This commit is contained in:
parent
bc2e23a272
commit
0b30252598
171 changed files with 7009 additions and 602 deletions
86
reference/redcapcast_meta.md
Normal file
86
reference/redcapcast_meta.md
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue