R/data.R

#' Full list of turbokit abbreviations
#'
#' A dataset containing a detailed description of all functions currently
#' recognized by the turbokit package, with their corresponding metadata. Useful
#'
#' @format A tibble with 917 rows and 4variables:
#' \describe{
#'   \item{abbreviation}{Abbreviation of a function in a package in a given mode}
#'   \item{fun}{Function corresponding to the abbreviation}
#'   \item{package}{Package where the function lives}
#'   \item{mode}{Turbokit mode which will recognize the abbreviation}
#'   ...
#' }
#' @source Donald Seinen
"turbo_abb"
D-Se/turbokit documentation built on Dec. 17, 2021, 3:10 p.m.