actel (version 1.1.0)

vectorsIntoTables: 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