makePaddedDataFrame: Make a padded data frame from a list containing vectors as...

Description Usage Arguments Value

View source: R/makePaddedDataFrame.R

Description

This function was created to amalgamate vectors of varied lenght into a padded data frame, i.e. data frame where ncol equals number of elements, while nrow equals maximum lenght among all the elements of the list. Shorter vectors are "stuffed" with NAs

Usage

1

Arguments

l

A list whose vecotor elements we wish to amalgamate into padded data frame

Value

A data frame


msxakk89/dat documentation built on Aug. 3, 2020, 6:39 p.m.