boolDF2numeric: Convert a logical data.frame to a numeric data.frame (TRUE ->...

View source: R/utils-DF.R

boolDF2numericR Documentation

Convert a logical data.frame to a numeric data.frame (TRUE -> 1; FALSE -> 0)

Description

Convert a logical data.frame to a numeric data.frame (TRUE -> 1; FALSE -> 0)

Usage

boolDF2numeric(DF)

Arguments

DF

a boolean (logical) data.frame

Value

a numeric data.frame


barzine/barzinePhdR documentation built on Nov. 23, 2024, 8:54 p.m.