R/alterryx.R

#' alterryx: An API client for the Alteryx Gallery
#'
#' \code{alterryx} provides access to each of the Alteryx Gallery API
#' endpoints. With \code{alterryx} users can:
#'
#' * Retrieve information on Alteryx Gallery resources like apps, workflows, and
#' macros
#' * Queue jobs for applications
#' * Retrieve the status and output of jobs
#'
#' For more information about the Alteryx Gallery API, see the documentation:
#' \url{https://gallery.alteryx.com/api-docs/}
#'
#' To learn more about alterryx, start with the vignettes:
#' \code{browseVignettes(package = "alterryx")}
#'
#' @docType package
#' @name alterryx
#' @import httr
#' @import utils
#' @import digest
#' @import base64enc
#' @import jsonlite
NULL

Try the alterryx package in your browser

Any scripts or data that you put into this service are public.

alterryx documentation built on June 7, 2019, 1:02 a.m.