comb: Combining in a list

View source: R/carrot_functions_rsq.R

combR Documentation

Combining in a list

Description

Function for combining outputs in a list

Usage

comb(...)

Arguments

...

an argument of mapply used by this function

See Also

Function mapply

Examples

#array of numbers to be separated in a list

a<-1:4

#running the function

comb(a)

CARRoT documentation built on Oct. 14, 2023, 1:06 a.m.

Related to comb in CARRoT...