writeBinaryData: Write a data frame to a binary file.

Description Usage Arguments Value

Description

Writes a data frame to binary, with no headers or row names. The written file is intended to mimic the binary data produced by the REACH project.

Usage

1
writeBinaryData(df, file.name, size = 2, encoding = "ASCII")

Arguments

df

data frame to be written.

file.name

the file to write to.

encoding

default is ASCII.

Value

TRUE is successful.


karawoo/cbccy documentation built on May 20, 2019, 7:21 a.m.