| download_ticket_report | R Documentation |
Download Database Report on a Upload/Validation Ticket
download_ticket_report(ticket, output_dir = ".")
ticket |
A character. |
output_dir |
A character. Output directory. |
A character. File path to the report.
## Not run:
# download the database report of a upload/validation ticket
download_ticket_report("testuser_20180523_19544")
# inspect the database report
file.edit("testuser_20180523_19544_uploadReport.txt")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.