get_export_file | R Documentation |
If the export file is ready, this function downloads it to the target directory specified in path
. If the file is not ready, print a message describing the situation.
get_export_file(
job_id,
path,
verbose = FALSE,
server = Sys.getenv("SUSO_SERVER"),
workspace = Sys.getenv("SUSO_WORKSPACE"),
user = Sys.getenv("SUSO_USER"),
password = Sys.getenv("SUSO_PASSWORD")
)
job_id |
Numeric. Export job ID |
path |
Character. File path where export file should be downloaded |
verbose |
Logical. If |
server |
Character. Full server web address (e.g., |
workspace |
Character. Name of the workspace whose export files to get. In workspace list, value of |
user |
Character. API user name |
password |
Character. API password |
Wrapper for GET /api/v2/export/{id}/file
endpoint
Logical. TRUE
if file successfully downloaded; FALSE
otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.