src: Create a "src" object

Description Usage Arguments

View source: R/src.r

Description

src() is the standard constructor for srcs and is.src() tests.

Usage

1
2
3
src(subclass, ...)

is.src(x)

Arguments

subclass

name of subclass. "src" is an abstract base class, so you must supply this value. src_ is automatically prepended to the class name

...

fields used by object.

These dots are evaluated with explicit splicing.

x

object to test for "src"-ness.


javifar/TIDYVERSE-DPLYR documentation built on Dec. 20, 2021, 9:08 p.m.