The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
This vignette demonstrates how to handle form submissions and answers using the Nettskjema API. Specifically, you will learn how to: 1. Get an individual submission answer. 1. Download an individual submission as a PDF.
ns_get_submission
The ns_get_submission
function fetches a single
submission’s answers based on a submission ID.
To retrieve an individual submission, use the submission ID (a unique identifier for each submission).
# Replace with your submission ID
submission_id <- 27685292
# Get the submission data
submission <- ns_get_submission(submission_id)
# Display the submission data
submission
This function returns a list containing all answers for the specified submission.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.