Skip to contents

dplyr methods for post_array

Usage

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

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

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

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

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

# S3 method for class 'post_array'
transmute(.data, ...)

Arguments

...

see corresponding function in package dplyr

data, .data

a post_array object

Details

See ?stars::dplyr for details