get_info {alterryx} | R Documentation |
Retrieves all metadata about an Alteryx resource including but not limited to upload date, version, and author
get_info(resource, full_info = FALSE)
resource |
An Alteryx |
full_info |
If |
## Not run: job <- queue_job(app, answers) get_info(job) ## End(Not run)