Skip to content

Commit

Permalink
specify namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ehwenk committed Nov 13, 2024
1 parent 3bc1c08 commit c18196b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/extract_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extract_data <- function(database, table = NA, col, col_value) {
}

# If just the traits table is read in
if (is_tibble(database)) {
if (tibble::is_tibble(database)) {

indicies_tmp <- purrr::map(col_value, ~{
stringr::str_which(database[[col]],
Expand Down

0 comments on commit c18196b

Please sign in to comment.