grapes-cash-grapes: Create list element(s) from supplied object(s) and give them...

Description Usage Arguments Value

Description

Instead of mylist$mysomething <- mysomething, we can now write mylist of mylist$mysomething <- mysomething; mylist$somethingelse <- somethingelse, we can now write mylist c(mysomething, somethingelse). Even a little more easier.

Usage

1
structure %$% x

Arguments

structure

a list object to append to

x

an object, or a list holding the objects to be added to the list

Value

nothing, invoked for side effects: the original list is modified in place


cszang/sugar documentation built on May 14, 2019, 12:27 p.m.