R/zzz.R

Defines functions .onLoad

.onLoad <- function(...) {
  vctrs::s3_register("dplyr::filter", "nested_data")
  vctrs::s3_register("dplyr::filter", "nested_analysis")
  vctrs::s3_register("dplyr::slice", "nested_data")
  vctrs::s3_register("dplyr::slice", "nested_analysis")
  vctrs::s3_register("dplyr::arrange", "nested_data")
  vctrs::s3_register("dplyr::arrange", "nested_analysis")
  vctrs::s3_register("dplyr::mutate", "nested_data")
  vctrs::s3_register("dplyr::mutate", "nested_analysis")
}

Try the tidypaleo package in your browser

Any scripts or data that you put into this service are public.

tidypaleo documentation built on Jan. 22, 2023, 1:13 a.m.