logicalToBinary: encode TRUE as 1, and FALSE as 0 (integers)

Description Usage Arguments Value

View source: R/util.R

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

Usage

1

Arguments

x

dataframe which may contain logical fields

Value

data frame without logical fields


jackwasey/icd9 documentation built on May 18, 2019, 7:57 a.m.