extract_fs_submissions: Extract Formstack submissions

View source: R/formstack.R

extract_fs_submissionsR Documentation

Extract Formstack submissions

Description

Pulls and extracts all data from a Formstack form, regardless of length. Only keeps submission data; removes all payload data.

Usage

extract_fs_submissions(api, form_id, approved_only = FALSE)

Arguments

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

Value

A df with submission data

Author(s)

Lillian Nguyen


baltimorebudget/bbmR documentation built on Aug. 28, 2023, 6:32 p.m.