doInChunks: Apply function to each chunk if in Alteryx. If outside, run...

Description Usage Arguments Value

Description

Apply function to each chunk if in Alteryx. If outside, run on full size

Usage

1
doInChunks(nOutput, total_size, chunk_size, names = NULL)

Arguments

nOutput

int >= 0; if 0, run outside of Alteryx; if = 0, denotes output number in Alteryx

total_size

total size of data

chunk_size

maximal size of chunk

names

names

Value

function


alteryx/AlteryxSim documentation built on May 10, 2019, 10:26 a.m.