nl2c {evabic}R Documentation

Named logical to character

Description

Extracts names of x where x is TRUE

Usage

nl2c(x)

Arguments

x

vector

Value

a vector of the same size

Examples

x <- c(a = TRUE, b = FALSE, c = FALSE, d = TRUE)
evabic:::nl2c(x)


[Package evabic version 0.1.1 Index]