Please see the dplyr document for their usage. Please note `chunk_arrange` performs the actions within each chunk
# S3 method for disk.frame
select(.data, ...)
# S3 method for disk.frame
rename(.data, ...)
# S3 method for disk.frame
filter(.data, ...)
# S3 method for disk.frame
mutate(.data, ...)
# S3 method for disk.frame
transmute(.data, ...)
# S3 method for disk.frame
arrange(.data, ...)
chunk_arrange(.data, ...)
# S3 method for disk.frame
distinct(...)
chunk_distinct(.data, ...)
# S3 method for disk.frame
glimpse(.data, ...)
a disk.frame
Same as the dplyr functions