R/next_in_line.R

Defines functions next_in_line

Documented in next_in_line

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