cvt_list2df: Convert list to data frame

Description Usage Arguments Value Author(s) Examples

View source: R/cvt_list2df.R

Description

convert list to a data frame with the following structure: variable, level, type, value

Usage

1

Arguments

a

a list returned by read_yml or any list

Value

data frame

Author(s)

Hanming Tu

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
  a <- "https://github.com/phuse-org/phuse-scripts/raw/master"
  b <- "development/R/scripts"
  c <- "Draw_Dist2_R.yml"
  f1 <- paste(a,b,c, sep = '/')
  r1 <- read_yml(f1)
  r2 <- cvt_list2df(r1)

## End(Not run)

phuse documentation built on March 26, 2020, 6:31 p.m.