https://github.com/hadley/dplyr
Raw File
Tip revision: 5d74be59a690f07734dad6effff0c1f7950c7fc3 authored by Romain Francois on 19 February 2020, 10:16:54 UTC
+ bench-distinct.R
Tip revision: 5d74be5
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