powered by
Retrieves all metadata about an Alteryx resource including but not limited to upload date, version, and author
get_info(resource, full_info = FALSE)
An Alteryx app or job
app
job
If TRUE, returns all info retrieved from Gallery. The default, FALSE, removes extraneous information to make it easier to read.
TRUE
FALSE
# NOT RUN { job <- queue_job(app, answers) get_info(job) # } # NOT RUN { # }
Run the code above in your browser using DataLab