R/RcppExports.R

Defines functions remove_column_cpp lag_df2_c lag_df_c as_tibblex

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

as_tibblex <- function(df) {
  .Call(`_Rapi_as_tibblex`, df)
}

lag_df_c <- function(df2, lag_list) {
  .Call(`_Rapi_lag_df_c`, df2, lag_list)
}

lag_df2_c <- function(df2, lag_list) {
  .Call(`_Rapi_lag_df2_c`, df2, lag_list)
}

remove_column_cpp <- function(df, column) {
  .Call(`_Rapi_remove_column_cpp`, df, column)
}

Try the Rapi package in your browser

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

Rapi documentation built on May 29, 2024, 2:34 a.m.