embedDataFrame: Embed columns in a data frame

Description Usage Arguments Value

View source: R/data_utils.r

Description

Embeds the columns named cols in the data frame x into a space of dimension dimension.

Usage

1
embedDataFrame(x, cols = NULL, dimension = 1)

Arguments

x

The data frame containing the columns to embed.

cols

A vector a list of the names of the columns to embed.

dimension

The additional dimensions to generate when embedding.

Value

The data frame, augmented with embedded columns, shortended by dimension rows.


rgp documentation built on May 30, 2017, 12:45 a.m.