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, ...)
Details
See ?stars::dplyr
for details