list2matrix: list2matrix

View source: R/misc.r

list2matrixR Documentation

list2matrix

Description

create a matrix from a list of vectors (even with different lengths) each list in one column but items will be alligned by content to create a feature-matrix. Sym can be NA (items will be used as they are) or a string (such es "X" or "🗸")

Usage

list2matrix(lst, sym = NA)

inkeso/miscfun documentation built on Feb. 3, 2025, 5:33 p.m.