Skip to contents

Write out a gzip compressed ffdf. table_name is converted to camel-case for consistency with legacy use

Usage

write_ffdf(x, table_name, out_dir)

Arguments

x

data.frame or dplyr table or arrow::Table/arrow::Dataset to be written

table_name

string name of the file to be written, will be converted to camel-case

out_dir

string directory where the compressed ffdf should be written

Value

invisibly