pkgdown/extra.css

Skip to contents

[Stable]

Accessor for tbl_now columns

Usage

# S3 method for class 'tbl_now'
x$name <- value

# S3 method for class 'grouped_tbl_now'
x$name <- value

Arguments

x

A tbl_now object

name

a literal character string or a name (possibly backtick quoted). For extraction, this is normally (see under ‘Environments’) partially matched to the names of the object.

value

typically an array-like R object of a similar class as x.

Value

A tbl_now object or a data.frame