R/eflTools-package.R

#' A package of tools used by FL
#'
#' Functions to facilitate the analysis performed by FL
#'
#' @section eflTools functions:
#' The functions ...
#'
#' @docType package
#' @name eflTools
#'
#' @importFrom rlang .data
#' @importFrom dplyr %>% count group_by mutate summarize filter pull relocate
#' ungroup pull near across slice bind_cols bind_rows inner_join distinct
#' arrange
#' @importFrom formula.tools lhs.vars rhs.vars
#' @importFrom plotly plot_ly
#'
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
## usethis namespace: end
NULL
FrankLef/eflTools documentation built on May 4, 2024, 10:04 p.m.