ona_data_get | R Documentation |
Retrieve specific dataset by form ID from specific user
ona_data_get(
base_url = "https://api.ona.io",
auth_mode = c("token", "password"),
form_id
)
base_url |
ONA URL. Default is https://api.ona.io. |
auth_mode |
Password or token? Default is token. |
form_id |
Form identifier. |
A tibble of retrieved dataset.
ona_data_get(form_id = 276175)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.