Learn R Programming

alterryx (version 0.5.0)

get_info: 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

Run this code
# NOT RUN {
job <- queue_job(app, answers)
get_info(job)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab