View source: R/surveypal_api.R
sp_get_surveys | R Documentation |
Get surveys from Surveypal.
sp_get_surveys( api_key, published = NULL, from = NULL, to = NULL, limit = NULL, offset = NULL, encoding = "UTF-8" )
api_key |
Api-key from Surveypal. |
published |
Filter survey list by survey published status: TRUE/FALSE |
from |
Include survey if modified after date. |
to |
Include survey if modified before date. |
limit |
The maximum number of surveys to return. |
offset |
The offset of first survey to return. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.