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)