Learn R Programming

read.dbc (version 1.2.0)

dbf2dbc: Compress a standard DBF file into a DBC file (Experimental)

Description

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.

Usage

dbf2dbc(input, output)

Value

TRUE if successful.

Arguments

input

The input DBF file path.

output

The output DBC file path.

Examples

Run this code
if (FALSE) {
# Compress a file
dbf2dbc("data.dbf", "data.dbc")
}

Run the code above in your browser using DataLab