Skip to content

Commit

Permalink
allow vectors to pass to col_filter_value
Browse files Browse the repository at this point in the history
  • Loading branch information
NewGraphEnvironment committed Nov 18, 2024
1 parent 6a27974 commit 8ee9912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/rfp_bcd_get_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ rfp_bcd_get_data <- function(
}

if (!is.null(col_filter_value)) {
chk::chk_string(col_filter_value)
chk::chk_character(col_filter_value)
}

if(!is.null(col_extract)){
Expand Down

0 comments on commit 8ee9912

Please sign in to comment.