powered by
This function compresses a standard DBF file into a DBC file using the PKWare DCL Implode algorithm. This functionality is experimental and may be subject to change.
dbf2dbc(input, output)
TRUE if successful.
The input DBF file path.
The output DBC file path.
if (FALSE) { # Compress a file dbf2dbc("data.dbf", "data.dbc") }
Run the code above in your browser using DataLab