[.disk.frame            [ interface for disk.frame using fst backend
add_chunk               Add a chunk to the disk.frame
anti_join.disk.frame    Performs join/merge for disk.frames
as.data.frame.disk.frame
                        Convert disk.frame to data.frame by collecting
                        all chunks
as.data.table.disk.frame
                        Convert disk.frame to data.table by collecting
                        all chunks
as.disk.frame           Make a data.frame into a disk.frame
chunk_summarize         Group by within each disk.frame
cmap                    Apply the same function to all chunks
cmap2                   'cmap2' a function to two disk.frames
collect.disk.frame      Bring the disk.frame into R
colnames                Return the column names of the disk.frame
compute.disk.frame      Compute without writing
create_chunk_mapper     Create function that applies to each chunk if
                        disk.frame
create_dplyr_mapper     Kept for backwards-compatibility to be removed
                        in 0.3
csv_to_disk.frame       Convert CSV file(s) to disk.frame format
delete                  Delete a disk.frame
df_ram_size             Get the size of RAM in gigabytes
dfglm                   Fit generalized linear models (glm) with
                        disk.frame
disk.frame              Create a disk.frame from a folder
evalparseglue           Helper function to evalparse some 'glue::glue'
                        string
foverlaps.disk.frame    Apply data.table's foverlaps to the disk.frame
gen_datatable_synthetic
                        Generate synthetic dataset for testing
get_chunk               Obtain one chunk by chunk id
get_chunk_ids           Get the chunk IDs and files names
groups.disk.frame       The shard keys of the disk.frame
hard_arrange            Perform a hard arrange
hard_group_by           Perform a hard group
head.disk.frame         Head and tail of the disk.frame
is_disk.frame           Checks if a folder is a disk.frame
make_glm_streaming_fn   A streaming function for speedglm
merge.disk.frame        Merge function for disk.frames
move_to                 Move or copy a disk.frame to another location
nchunks                 Returns the number of chunks in a disk.frame
nrow                    Number of rows or columns
overwrite_check         Check if the outdir exists or not
print.disk.frame        Print disk.frame
pull.disk.frame         Pull a column from table similar to
                        'dplyr::pull'.
rbindlist.disk.frame    rbindlist disk.frames together
rechunk                 Increase or decrease the number of chunks in
                        the disk.frame
recommend_nchunks       Recommend number of chunks based on input size
remove_chunk            Removes a chunk from the disk.frame
sample_frac.disk.frame
                        Sample n rows from a disk.frame
select.disk.frame       The dplyr verbs implemented for disk.frame
setup_disk.frame        Set up disk.frame environment
shard                   Shard a data.frame/data.table or disk.frame
                        into chunk and saves it into a disk.frame
shardkey                Returns the shardkey (not implemented yet)
shardkey_equal          Compare two disk.frame shardkeys
show_ceremony           Show the code to setup disk.frame
srckeep                 Keep only the variables from the input listed
                        in selections
summarise.grouped_disk.frame
                        A function to parse the summarize function
tbl_vars.disk.frame     Column names for RStudio auto-complete
var_df.chunk_agg.disk.frame
                        One Stage function
write_disk.frame        Write disk.frame to disk
zip_to_disk.frame       'zip_to_disk.frame' is used to read and convert
                        every CSV file within the zip file to
                        disk.frame format
