R/last.R

#' A letter counting function
#'
#' This function counts letters 
#' @param which string would you like to count the letters of
#' @keywords string count
#' @export
#' @examples
#' last()

last <- function(x) { return( x[length(x)] ) }
louischaman/Rstartup documentation built on May 10, 2019, 12:10 a.m.