Learn R Programming

alterryx (version 0.5.0)

download_app_admin: Get Applications (Admin)

Description

Just like download_app, except when you're using admin keys. If your not doing migration or management, you probably don't need this function.

Usage

download_app_admin(app, gallery = get_gallery())

Arguments

app

A single alteryx_app returned from get_app

gallery

URL for your Alteryx Gallery

Value

Raw binary for the resource .yxwz

Details

This requires a separate function because more information is returned for a resource by the admin API than the generic API.