R/take.R

Defines functions take

#' Take the first n elements of a list
#' @param n An integer. The number of elements to take from the list.
#' @param ls A list.
#' @return A list containg the first n` elements of `ls`.
#' @description 
#' @export
#' @examples
 take <- function(ls){


}
b-rodrigues/brotools documentation built on April 21, 2020, 2:27 p.m.