Skip to content

Commit

Permalink
styler updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rammprasad committed Dec 6, 2023
1 parent e669bd4 commit c4aeb4a
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions vignettes/articles/study_sdtm_spec.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ definition <- data.frame(
"groupby_keys",
"target_resource_dataset",
"target_resource_variable"
),
),
`Description_of_the_variable` = c(
"Study Number",
"Data Collection model",
Expand All @@ -143,11 +143,11 @@ definition <- data.frame(
"Label of the raw or source dataset",
"Name of the raw variable",
"Label of the raw variable",
paste(
paste(
"Ordinal of the variable as defined in the eCRF or",
"eDT specification"
),
"Type of the Raw Variable",
"Type of the Raw Variable",
"Data format of the raw variable",
paste(
"Dictionary name which is assigned to the ",
Expand Down Expand Up @@ -239,13 +239,13 @@ definition <- data.frame(
),
paste(
"Raw dataset name of the raw variable. This will be used when ",
" values are assigned from a from a different source",
"other than the source the mapping is associated with"
" values are assigned from a from a different source",
"other than the source the mapping is associated with"
),
paste(
"Raw variable name. This will be used when ",
"values are assigned from a from a different source",
"other than the source the mapping is associated with"
"values are assigned from a from a different source",
"other than the source the mapping is associated with"
)
),
Example_Values = c(
Expand Down Expand Up @@ -280,12 +280,13 @@ definition <- data.frame(
"1, 2, 3",
"VTLS1",
"POSITION",
"AE",
"AE",
"AEENRTPT",
paste(
paste(
"Checked<br>Not_checked<br>Is_null<br>Is_not_null",
"<br>Equals_to<br>Different_to<br>is_numeric<br>in",
"<br>not_in"),
"<br>not_in"
),
"('Not Recovered/Not Resolved','Recovering/Resolving')<br>HOSPITALIZATION",
"AE",
"AETERM",
Expand Down

0 comments on commit c4aeb4a

Please sign in to comment.