R/reexport-tibble.R

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

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

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

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

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

Try the valr package in your browser

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

valr documentation built on Dec. 10, 2025, 9:08 a.m.