Skip to content

Commit aacabe9

Browse files
Update adam/ader.qmd
Co-authored-by: Fanny Gautier <157114584+Fanny-Gautier@users.noreply.github.com>
1 parent bb2e254 commit aacabe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adam/ader.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ Using {xportr} we check variable type, assign variable length, add variable labe
755755
dir <- tempdir() # Change to whichever directory you want to save the dataset in
756756
757757
ades_xpt <- ades %>%
758-
xportr_type(metacore, domain = "ADES") %>% # Coerce variable type to match spec
758+
xportr_type(metacore, domain = "ADES") %>% # Coerce variable type to match specs
759759
xportr_length(metacore) %>% # Assigns SAS length from a variable level metadata
760760
xportr_label(metacore) %>% # Assigns variable label from metacore specifications
761761
xportr_format(metacore) %>% # Assigns variable format from metacore specifications

0 commit comments

Comments
 (0)