https://github.com/hadley/dplyr
Raw File
Tip revision: 5e3f3ec7dd464d9251d2ec8eb9a3c31624130580 authored by Hadley Wickham on 28 May 2020, 23:52:31 UTC
Increment version number
Tip revision: 5e3f3ec
tbl_ptype.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/colwise.R
\name{tbl_ptype}
\alias{tbl_ptype}
\title{Return a prototype of a tbl}
\usage{
tbl_ptype(.data)
}
\description{
Used in \verb{_if} functions to enable type-based selection even when the data
is lazily generated. Should either return the complete tibble, or if that
can not be computed quickly, a 0-row tibble where the columns are of
the correct type.
}
\keyword{internal}
back to top