of_import: Imports form data from openforms.com

Description Usage Arguments Examples

Description

This function returns form response data for a given form ID

Usage

1
of_import(formID, apiKey, cache = FALSE)

Arguments

formID

The version ID of the form

apiKey

The API key for the form owner's account

cache

Allows data to be cached in a file to avoid hitting database repeatedly for the same data. False by default. If true, accepts a file path as an argument to cache imported data.

Examples

1
of_import(1000, apiKey)

TealZee/openforms documentation built on May 24, 2019, 11:42 p.m.