R/selectr.r

#' @title
#' Convience functions for selecting elements from R objects
#'
#' @description
#' Facilitates the convenient selection of specific elements from
#' arbitrary R objects.
#'
#' @details
#' The core functions/methods of this package:
#'  \itemize{
#'    \item{\code{\link[selectr]{first}}: }{
#'
#'      Select the first \code{n} elements of an object.
#'      Methods for specific object types exist.
#'    }
#'    \item{\code{\link[selectr]{last}}: }{
#'
#'      Select the last \code{n} elements of an object.
#'      Methods for specific object types exist.
#'    }
#' }
#'
#' @template author
#' @template references
#' @docType package
#' @name selectr
NULL
rappster/selectr documentation built on May 26, 2019, 11:57 p.m.