R/db_fn_type_lup_tb.R

#' Function type lookup table
#' 
#' A lookup table to find descriptions for different types of functions used within the ready4class package suite.
#' 
#' A tibble
#' 
#' \describe{
#'   \item{fn_type_nm_chr}{Function type name (a character vector)}
#'   \item{fn_type_desc_chr}{Function type description (a character vector)}
#'   \item{first_arg_desc_chr}{First argument description (a character vector)}
#'   \item{second_arg_desc_chr}{Second argument description (a character vector)}
#'   \item{is_generic_lgl}{Is generic (a logical vector)}
#'   \item{is_method_lgl}{Is method (a logical vector)}
#' }
#' @source \url{https://readyforwhatsnext.github.io/readyforwhatsnext/}
"fn_type_lup_tb"
readyforwhatsnext/ready4class documentation built on Nov. 14, 2020, 1:29 a.m.