fl2tbl: fl2tbl

Description Usage Arguments Value Examples

View source: R/fct01_frameBuildingFuncs.R

Description

turn factorlist or factorlists to 2-D table.

Usage

1
2
3
fl2tbl(fl)

fls2tbl(fls)

Arguments

fl

FactorList

fls

FactorLists

Value

a 2-D table with elements of list class.

Examples

1
2
3
4
fl <- buildFactorList(factorFun="gf.pct_chg_per",factorPar=list(N=20,M="test"))
fls <- c(buildFactorLists_lcfs(c("F000001","F000003","F000008","F000009")),list(fl))
re1 <- fl2tbl(fl)
re2 <- fls2tbl(fls)

raphael210/QDataGet documentation built on May 26, 2019, 11:02 p.m.