Skip to content

Commit 24357ce

Browse files
committed
update vignette: remove #nolint instruction
1 parent 52b3a40 commit 24357ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/cleanepi.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ print(colnames(data))
229229
cleaned_data <- standardize_column_names(
230230
data = data,
231231
keep = "date.of.admission",
232-
rename = c("DOB" = "dateOfBirth", "gender" = "sex") # nolint: keyword_quote_linter
232+
rename = c("DOB" = "dateOfBirth", "gender" = "sex")
233233
)
234234
print(colnames(data))
235235
```

0 commit comments

Comments
 (0)