list_as_json_char | R Documentation |
Converts R lists to JSON-like strings for POST request's body.
#' @keywords internal
list_as_json_char(list)
list |
R list that should be converted to the JSON-like string |
## Not run: example_body <- list_as_json_char(list( "name" = "A survey object created via API/R", "asset_type" = "survey" )) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.