Skip to content

Commit

Permalink
#102 delete redundant data() call in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
egouldo committed Sep 6, 2024
1 parent 20d7449 commit 9d2d14a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/prepare_response_variables.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#' @importFrom pointblank expect_col_exists expect_col_is_numeric expect_col_is_character expect_col_vals_in_set test_col_exists
#' @importFrom tidyr tibble drop_na
#' @examples
#' data(ManyEcoEvo)
#' ManyEcoEvo %>% prepare_response_variables(estimate_type = "Zr")
prepare_response_variables <- function(ManyEcoEvo,
estimate_type = character(1L),
Expand Down

0 comments on commit 9d2d14a

Please sign in to comment.