Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ This table contains the information that bridges between purely dataset level an

- *keep*: Logical value about if the variable needs to be kept

- *core*: ADaM core, which should be one of the following values: "Expected", "Required", "Permissible", "Conditionally Required", "Conditionally Expected", or NA. For more information about core see [CDISC](https://www.cdisc.org/standards/foundational/adam)
- *core*: Core attribute indicating variable requirements. According to ADaM IG 1.3, valid values are "Required", "Conditionally Required", or "Permissible".
For SDTM, values may include "Required", "Expected", or "Permissible". The field can also be NA. For more information about core see [CDISC](https://www.cdisc.org/standards/foundational/adam)

- *supp_flag*: Logical to determine if the variable is in the supplemental datasets

Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,11 @@ variable:

- *keep*: Logical value about if the variable needs to be kept

- *core*: ADaM core, which should be one of the following values:
“Expected”, “Required”, “Permissible”, “Conditionally Required”,
“Conditionally Expected”, or NA. For more information about core see
- *core*: Core attribute indicating variable requirements. According to
ADaM IG 1.3, valid values are "Required", "Conditionally Required",
or "Permissible". For SDTM, values may include "Required",
"Expected", or "Permissible". The field can also be NA. For more
information about core see
[CDISC](https://www.cdisc.org/standards/foundational/adam)

- *supp_flag*: Logical to determine if the variable is in the
Expand Down
2 changes: 1 addition & 1 deletion vignettes/Building_Specification_Readers.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The ds_vars table has 7 columns:

- keep: boolean to determine if the variable is needed

- core: ADaM core (Expected, Required, Permissible)
- core: Core attribute (ADaM: Required, Conditionally Required, Permissible; SDTM: Required, Expected, Permissible)

- supp_flag: boolean to determine if the variable is in the supplementals

Expand Down