https://github.com/hadley/dplyr
Raw File
Tip revision: b443d8e2aa22706e5090392203236e1b6329a58b authored by Kirill Müller on 09 April 2020, 08:30:30 UTC
Add prominent link to homepage
Tip revision: b443d8e
tbl.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/tbl.r
\name{tbl}
\alias{tbl}
\alias{is.tbl}
\title{Create a table from a data source}
\usage{
tbl(src, ...)

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

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

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