vectorsIntoTables {actel} | R Documentation |
Transform vectors into data frames with specific columns
Description
Used to prepare lists of vectors with partially matching names for combination with do.call(rbind.data.frame, x)
Usage
vectorsIntoTables(input, columns)
Arguments
input |
the list of vectors |
columns |
the columns that should be present in every element |
Value
A list of tables with matching columns
[Package actel version 1.3.0 Index]