R/RcppExports.R

Defines functions bylast byfirst bychanges

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

bychanges <- function(dat) {
    .Call('_libr_bychanges', PACKAGE = 'libr', dat)
}

byfirst <- function(dat) {
    .Call('_libr_byfirst', PACKAGE = 'libr', dat)
}

bylast <- function(dat) {
    .Call('_libr_bylast', PACKAGE = 'libr', dat)
}

Try the libr package in your browser

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

libr documentation built on Nov. 18, 2023, 1:08 a.m.