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