View source: R/string-cleaning-utils.R
clean_json_string | R Documentation |
Remove the JSON-specific elements from a string. For example,
a JSON string could look like "[\"foo\", \"bar\"]"
. This function would
return the string "foo, bar"
.
clean_json_string(json_string, remove_spaces = FALSE)
json_string |
Character string with JSON elements. |
remove_spaces |
|
Character string without brackets, escaped quotes, and (optionally) spaces.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.