| dbf2dbc | R Documentation |
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)
input |
The input DBF file path. |
output |
The output DBC file path. |
TRUE if successful.
## Not run:
# Compress a file
dbf2dbc("data.dbf", "data.dbc")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.