Hello Community,
I am having an issue with rendering an R tool graph using the Render tool, to be specific I'm getting no output (i.e. blank files). I was following the Alteryx blog post here.
The flow is R Tool -> Report Text -> Render Tool. There configurations were:
R Tool*:
library(AlteryxRviz)
library(pairsD3)
fig <- pairsD3(iris[,1:4], group = iris[,5])
renderInComposer(fig, nOutput=3)
Report Text:
(Chosen) Expert Mode: Treate text as Raw PCXML
(Checked) Validate PCXML
Render Tool:
Output Mode: Choose a Specific Output File
Output File: AbsoluteFilePath\report.html
I'm running Alteryx Designer version 2019.4 on Windows 10. Attached on some supplementary images.
*I also tried networkD3, rbokeh, plotly, and several other r packages.
Thanks