Nothing
#' 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
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.