get_info {alterryx}R Documentation

Get Resource Information

Description

Retrieves all metadata about an Alteryx resource including but not limited to upload date, version, and author

Usage

get_info(resource, full_info = FALSE)

Arguments

resource

An Alteryx app or job

full_info

If TRUE, returns all info retrieved from Gallery. The default, FALSE, removes extraneous information to make it easier to read.

Examples

## Not run: 
job <- queue_job(app, answers)
get_info(job)

## End(Not run)


[Package alterryx version 0.5.0 Index]