extract_fs_submissions | R Documentation |
Pulls and extracts all data from a Formstack form, regardless of length. Only keeps submission data; removes all payload data.
extract_fs_submissions(api, form_id, approved_only = FALSE)
api, |
A list containing the API connection to Formstack, generated from connect_fs_api() |
form_id |
numeric, Formstack ID for form |
approved_only |
logical, TRUE to filter for only approved submissions |
A df with submission data
Lillian Nguyen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.