Learn R Programming

actel (version 1.3.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)

Value

A list of tables with matching columns

Arguments

input

the list of vectors

columns

the columns that should be present in every element