This folder contains the macro backend and associated files for the {{ pluginName }} tool in Alteryx. Shown below is a brief description of the contents.

| File | Description | |---------------------- |---------------------------------------------------| | Data/ | Data files needed for macro to run as workflow | | Supporting_Macros/ | Auxilliary macros used inside the main macro |
| {{ pluginName }}.yxmc | Main macro for the plugin | | {{ pluginName }}1.R | R code used in the R Tools contained in the macro | | Help | Help |

Usage

R Code

  1. Edit {{ pluginName }}1.R to update the logic of the tool.
  2. Use the style guide while writing your R code.
  3. Use the Data folder to store any data used.
  4. Run insertRcode("{{ pluginName }}.yxmc", "{{ pluginName }}1.R") to insert R code back into the macro. Note that you will have to close and reopen the macro for the changes in the R tool to take effect.

Configuration Parameters

This configuration is autogenerated from {{ pluginName }}.yxmc.

library(jeeves)
d <- generateConfigurationTable('{{ pluginName }}.yxmc')
knitr::kable(d, format = 'markdown')


alteryx/jeeves documentation built on May 12, 2019, 1:40 a.m.