R/reexport-tibble.R

# dataframe ---------------------------------------------------------------

#' @importFrom tibble data_frame
#' @export
tibble::data_frame

#' @importFrom tibble as_data_frame
#' @export
tibble::as_data_frame

#' @importFrom tibble tibble
#' @export
tibble::tibble

#' @importFrom tibble as_tibble
#' @export
tibble::as_tibble

Try the NetCoupler package in your browser

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

NetCoupler documentation built on June 8, 2025, 10:36 a.m.