Skip to contents

dplyr methods for post_table

Usage

# S3 method for class 'post_table'
dplyr_reconstruct(data, template)

# S3 method for class 'post_table'
arrange(.data, ...)

# S3 method for class 'post_table'
filter(.data, ...)

# S3 method for class 'post_table'
mutate(.data, ...)

# S3 method for class 'post_table'
rename(.data, ...)

# S3 method for class 'post_table'
select(.data, ...)

# S3 method for class 'post_table'
slice(.data, ..., .dots)

Arguments

data, .data

a post_table object

template

Template data frame to use for restoring attributes.

...

see corresponding function in package dplyr

.dots

see corresponding function in package dplyr

Details

See ??cubble::dplyr for details

See ?sf::tidyverse for details