R/conflicts.R
certedata_conflicts.Rd
This function lists all the conflicts between packages in the 'certedata' universe and other packages that you have loaded.
certedata_conflicts()
certedata_conflicts()
#> ── Conflicts ────────────────────────────────────────── certedata_conflicts() ──
#> • certestats::IQR() masks stats::IQR()
#> • certestats::all() masks base::all()
#> • certestats::any() masks base::any()
#> • certestats::fivenum() masks stats::fivenum()
#> • certestats::max() masks base::max()
#> • certestats::mean() masks base::mean()
#> • certestats::median() masks stats::median()
#> • certestats::min() masks base::min()
#> • certestats::pmax() masks base::pmax()
#> • certestats::pmin() masks base::pmin()
#> • certestats::prod() masks base::prod()
#> • certestats::quantile() masks stats::quantile()
#> • certestats::range() masks base::range()
#> • certestats::sd() masks stats::sd()
#> • certestats::sum() masks base::sum()
#> • certestats::var() masks stats::var()
#> • certetoolbox::collapse() masks dplyr::collapse()
#> • certetoolbox::extract() masks tidyr::extract()
#> • certetoolbox::like() masks AMR::like()
#> • certetoolbox::week() masks lubridate::week()
#> • certetoolbox::year() masks lubridate::year()
#> • dplyr::filter() masks stats::filter()
#> • dplyr::lag() masks stats::lag()
#> • dplyr::setequal() masks base::setequal()
#> • flextable::compose() masks purrr::compose()
#> • lubridate::as.difftime() masks base::as.difftime()
#> • lubridate::date() masks base::date()
#> • lubridate::intersect() masks base::intersect()
#> • lubridate::setdiff() masks base::setdiff()
#> • lubridate::union() masks base::union()