https://github.com/hadley/dplyr
Raw File
Tip revision: 16647fc0e6fa2d2905a11efe08fbca2db0ec4df1 authored by Romain Francois on 22 July 2020, 12:05:00 UTC
Release summary
Tip revision: 16647fc
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