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