ns_list_submission_attachments: List Nettskjema attachments for a submission

View source: R/ns-attachment.R

ns_list_submission_attachmentsR Documentation

List Nettskjema attachments for a submission

Description

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.

Usage

ns_list_submission_attachments(submission_id)

Arguments

submission_id

integer. Unique identifier of a specific Nettskjema submission.

Value

a data.frame with information on attachments available.

Examples

## Not run: 
submission_id <- 22222
ns_list_submission_attachments(submission_id)


## End(Not run)

LCBC-UiO/nettskjemar documentation built on April 11, 2025, 11:01 p.m.