Description Usage Arguments Value Examples
Makes a request to the SurveyMonkey API.
1 | sm_api(path)
|
path |
URL path to use. |
An object of class sm_api
containing the following:
content
- a list of the response contents parsed from json.
path
- the URL path used in the request.
response
- the response object.
1 2 3 4 | ## Not run:
sm_api("/v3/surveys")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.