View source: R/vectorToApiBodyList.R
vectorToApiBodyList | R Documentation |
Converts an R vector to a list that will be suitable for
makeApiCall
.
vectorToApiBodyList(vector, parameter_name)
vector |
An |
parameter_name |
|
## Not run:
vectorToApiBodyList(1:3, "records")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.