CRAN

alterryx 0.5.0

An 'API' Client for the 'Alteryx' Gallery

Released Jun 6, 2019 by Michael Treadwell

This package can be loaded by Renjin but no tests could be found for the package.

Dependencies

digest 0.6.19 base64enc 0.1-3 jsonlite 1.6 httr 1.4.0

A tool to access each of the 'Alteryx' Gallery 'API' endpoints. Users can queue jobs, poll job status, and retrieve application output as a data frame. You will need an 'Alteryx' Server license and have 'Alteryx' Gallery running to utilize this package. The 'API' is accessed through the 'URL' that you setup for the server running 'Alteryx' Gallery and more information on the endpoints can be found at .

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>alterryx</artifactId>
    <version>0.5.0-b1</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:alterryx')

Source

R

View GitHub Mirror

Release History