return_mult: Store multiple arguments returned from function as separate...

Description Usage Format Value Examples

Description

Store multiple arguments returned from function as separate objects - structure.

Usage

1

Format

An object of class result of length 1.

Value

TBC

Examples

1
2
3
4
5
## Not run: 
within function_test: return(list(obj_1,obj_2, obj_3))
outside of function: return_mult[obj_1, obj_2, obj_3] <- function_test()

## End(Not run)

ClaraMarquardt/huhn documentation built on May 10, 2019, 12:53 p.m.