mask {narray}R Documentation

Converts a list of character vectors to a logical matrix

Description

Converts a list of character vectors to a logical matrix

Usage

mask(x, along = 2, na_rm = FALSE)

Arguments

x

A list of character vectors

along

Which axis to spread mask on

na_rm

Remove values that were translated to NAs

Value

A logical occurrence matrix


[Package narray version 0.5.1 Index]