get_info: Get Resource Information

Description Usage Arguments Examples

View source: R/info.R

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)

mtreadwell/alterryx documentation built on Sept. 4, 2019, 6:40 a.m.