Skip to content

Commit f261185

Browse files
Richard HannaRichard Hanna
authored andcommitted
Fix lintr
1 parent b95f40c commit f261185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/write.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ add_labelled_xlsx_features <- function(supertbl,
230230
supertbl_toc = NULL) {
231231
check_installed("labelled", reason = "to make use of labelled features in `write_redcap_xlsx`")
232232
# Generate variable labels off of labelled dictionary objects ----
233-
generate_dictionaries <- function(x) {
233+
generate_dictionaries <- function(x) { #nolint: object_usage_linter
234234
labelled::generate_dictionary(x) %>%
235235
select("variable", "label") %>%
236236
mutate(label = if_else(is.na(.data$label), "", .data$label)) %>%

0 commit comments

Comments
 (0)