View source: R/get-form-data.R
Downloads the submission file locally. Can specify the directory to download to, or else the 'name' parameter will assume the path is included.
1 | download_form_file(ps_url, name, output_dir = NULL)
|
ps_url |
The presigned URL for the submission. |
name |
The name, with extension, of the submission file. If the 'output_dir' is not specified, then 'name' should be full path. |
output_dir |
The directory to download the submission to. If 'NULL', will assume full path included in 'name'; else will prepend 'output_dir' to 'name'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.