vectorToApiBodyList {redcapAPI} | 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)