dict: Creates an instance of a dict

Description Usage Arguments Examples

Description

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

Usage

1

Arguments

...

a series of key/value pairs in the form key=value

Examples

1
2
(x <- dict("a"=1, "b"=2, "c"=3))
#{a: 1, b: 2, c: 3}

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