unnest: Find the candidates of bandwidths for locLinear2d

Description Usage Arguments Value Examples

View source: R/main.R

Description

Find the candidates of bandwidths for locLinear2d

Usage

1
unnest(DT, unnestCols = NULL)

Arguments

DT

A data.table containing list or vector in the cell. The cells in each row must have the same number of elements.

unnestCols

The column names to unnest.

Value

A unnested data.table.

Examples

1
2
require(data.table)
DT <- unnest(data.table(V1 = list(c(1,3,5), c(1,7)), V2 = list(c(2,5,3), c(4,6)), V3 = 1:2))

ChingChuan-Chen/test.opencpu documentation built on May 6, 2019, 11:18 a.m.