read.Alteryx2: Alteryx Read Function

Description Usage Arguments

Description

This function reads data from an Alteryx input stream. Every time a macro/workflow runs this function, the input data gets saved as an rds file with the prefix ".input", to the macro/workflow directory. This allows the R code to be run outside of Alteryx.

Usage

1
read.Alteryx2(name, mode = "data.frame", bIncludeRowNames = FALSE, default)

Arguments

name

name

mode

mode

bIncludeRowNames

include row names

default

default


alteryx/AlteryxPredictive documentation built on May 12, 2019, 1:37 a.m.