R/RcppExports.R

Defines functions updateAndSubsetTime updateAndSubset

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

updateAndSubset <- function(From, To, max_gap, startObjects = NULL, endObjects = NULL) {
    .Call(`_neatRanges_updateAndSubset`, From, To, max_gap, startObjects, endObjects)
}

updateAndSubsetTime <- function(From, To, max_gap, startObjects = NULL, endObjects = NULL) {
    .Call(`_neatRanges_updateAndSubsetTime`, From, To, max_gap, startObjects, endObjects)
}

Try the neatRanges package in your browser

Any scripts or data that you put into this service are public.

neatRanges documentation built on Oct. 18, 2022, 9:08 a.m.