We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95f40c commit f261185Copy full SHA for f261185
R/write.R
@@ -230,7 +230,7 @@ add_labelled_xlsx_features <- function(supertbl,
230
supertbl_toc = NULL) {
231
check_installed("labelled", reason = "to make use of labelled features in `write_redcap_xlsx`")
232
# Generate variable labels off of labelled dictionary objects ----
233
- generate_dictionaries <- function(x) {
+ generate_dictionaries <- function(x) { #nolint: object_usage_linter
234
labelled::generate_dictionary(x) %>%
235
select("variable", "label") %>%
236
mutate(label = if_else(is.na(.data$label), "", .data$label)) %>%
0 commit comments