dtplyr (version 0.0.2)

src_dt: A local data table source.

Description

This is mainly useful for testing, since makes it possible to refer to local and remote tables using exactly the same syntax.

Usage

src_dt(pkg = NULL, env = NULL)

Arguments

pkg, env

Either the name of a package or an environment object in which to look for objects.