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
mtreadwell/alterryx documentation built on Sept. 4, 2019, 6:40 a.m.