#' 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.