Rdocumentation
powered by
Learn R Programming
icd9 (version 0.2.1)
logicalToBinary: encode TRUE as 1, and FALSE as 0
Description
when saving data as text files for distribution, printing large amounts of text containing TRUE and FALSE is inefficient. Convert to binary takes more R memory, but allows more compact output TODO: test
Usage
logicalToBinary(dframe)
Arguments
dframe
dataframe which may contain logical fields
Value
dframe without logical fields