list.py: Creates an instance of a list

Description Usage Arguments Examples

Description

This is a wrapper function around the pylist$new that is a little more R friendly.

Usage

1

Arguments

...

a series of values seperated by a comma. NOTE: a vector will be treated as an individual item. i.e. list.py(1:100) will yield a list with 1 item, whereas list.py(1, 2, 3, 4) will yield a list with 4 items

Examples

1
2
x <- list.py(1, 2, 3, 4)
#[1, 2, 3, 4]

yhat/structr documentation built on May 4, 2019, 2:33 p.m.