toDf: Append an object to a dataframe.

Description Usage Arguments Value Examples

Description

Convert an object to a list, select only vector entries, coerce to a data.frame, and append to the given data frame.

Usage

1
toDf(object, dataframe)

Arguments

object

An object which can be coerced to a list (e.g. an environment)

dataframe

A data frame

Value

An appended dataframe

Examples

1
2

datastepr documentation built on May 2, 2019, 3:34 a.m.