R/end_of_the_line.R

Defines functions end_of_the_line

Documented in end_of_the_line

#' Gets the new index of a list
#' @export
#'
end_of_the_line <-
        function(list) {
                return(length(list))
        }
patelm9/projectloggeR documentation built on Nov. 4, 2019, 11:21 p.m.