View source: R/serialization.R
createCppJson | R Documentation |
Create a new (empty) C++ Json object
createCppJson()
CppJson
object
example_vec <- runif(10)
example_json <- createCppJson()
example_json$add_vector("myvec", example_vec)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.