https://github.com/hadley/dplyr
Raw File
Tip revision: 4a944a80d5c3564a669bfe0c0a4af9fed86e92dd authored by Kirill Müller on 16 March 2018, 21:36:28 UTC
Merge branch 'r-0.7.4.9002' into production
Tip revision: 4a944a8
tbl.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/tbl.r
\name{tbl}
\alias{tbl}
\alias{is.tbl}
\alias{as.tbl}
\title{Create a table from a data source}
\usage{
tbl(src, ...)

is.tbl(x)

as.tbl(x, ...)
}
\arguments{
\item{src}{A data source}

\item{...}{Other arguments passed on to the individual methods}

\item{x}{an object to coerce to a \code{tbl}}
}
\description{
This is a generic method that dispatches based on the first argument.
}
back to top