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
logicalToBinary(x)
dataframe which may contain logical fields
data frame without logical fields
Taken from my
jwutil
package.#'