Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
ref #415
  • Loading branch information
wibeasley committed Aug 30, 2022
1 parent 293dc5e commit 57bbacf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions R/validate.R
Expand Up @@ -140,6 +140,7 @@ validate_field_names <- function(field_names, stop_on_error = FALSE) {
)
}
}

#' @export
validate_field_names_collapsed <- function(field_names_collapsed, stop_on_error = FALSE) {
field_names <- trimws(unlist(strsplit(field_names_collapsed, ",")))
Expand All @@ -156,7 +157,5 @@ validate_for_write <- function(d) {
)

# Vertically stack all the data.frames into a single data.frame
ds_concern <- dplyr::bind_rows(lst_concerns)

ds_concern
dplyr::bind_rows(lst_concerns)
}

0 comments on commit 57bbacf

Please sign in to comment.