read.Alteryx2: Alteryx Read Function

Description Usage Arguments

View source: R/io.R

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


AlteryxLabs/AlteryxRhelper documentation built on May 5, 2019, 4:55 a.m.