View source: R/ns-attachment.R
ns_list_submission_attachments | R Documentation |
Each unique submission ID in Nettskjema may have some attachments. These can be listed using this function, which will provide the information on where in the Nettskjema API the files are located, their original file names, and a suggested standardized file names for tidier data output.
ns_list_submission_attachments(submission_id)
submission_id |
integer. Unique identifier of a specific Nettskjema submission. |
a data.frame with information on attachments available.
## Not run:
submission_id <- 22222
ns_list_submission_attachments(submission_id)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.