View source: R/ns-attachment.R
ns_get_attachment | R Documentation |
The Nettskjema forms has an option
to upload attachments with forms.
These can be retrieved by this function.
Recommended workflow is to first call
ns_list_submission_attachments
,
and use the output of this to pass along
to the function. This function is called
by ns_get_form_attachments
,
but you can use it to define your own output
file names.
ns_get_attachment(attachment_id, path = NULL)
attachment_id |
integer. Unique ID of attachment, as found in the submission data. |
path |
Character. Location to save the file. |
httr2-response. saves attachment to file.
## Not run:
#submission_id <- c(22222, 1232, 21555)
#attach_dt <- ns_list_submission_attachments(submission_id)
#ns_save_attachment(path = attach_dt$path, output = attach_dt$standardized)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.