# S3 method for adjustr_spec
filter(.data, ..., .preserve = FALSE)
# S3 method for adjustr_spec
arrange(.data, ...)
# S3 method for adjustr_spec
rename(.data, ...)
# S3 method for adjustr_spec
select(.data, ...)
# S3 method for adjustr_spec
slice(.data, ..., .preserve = FALSE)
Arguments
- .data
the adjustr_spec
object
- ...
additional arguments to underlying method
- .preserve
as in filter
and slice