get_info: Get Resource Information

Description Usage Arguments Examples

Description

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

Usage

1
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

1
2
3
4
5
## Not run: 
job <- queue_job(app, answers)
get_info(job)

## End(Not run)

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