powered by
Convenience function for making a (possibly empty) named list, which converts to a JSON object.
json_map(...)
optional contents of the named list (as key-value pairs)
a named list
json_map() json_map(one = 1, two = TRUE, three = "THREE")
Run the code above in your browser using DataLab