ss_get | R Documentation |
ss_get()
wraps the httr::GET()
function
ss_post()
wraps the httr::POST()
function
ss_put()
wraps the httr::PUT()
function
ss_delete()
wraps the httr::DELETE()
function
ss_get(path, ...)
ss_post(path, body, ...)
ss_delete(path, ...)
ss_put(path, ...)
path |
A character vector to add to the API url. See (https://smartsheet.redoc.ly/#section/Introduction) for more information. |
... |
Further arguments passed to |
body |
A list of objects |
Note that the environment variable SMARTSHEET_API_TOKEN should be defined in order to run this or any
other smarsheetr
functions.
An httr::response object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.