powered by
Converts an object into a base64 string
msg_encode(x)
character a base64 encoded string
character
A serializeable object
if (FALSE) { library(jsonlite) mtcars %>% toJSON(auto_unbox = TRUE) %>% msg_encode() %>% PubsubMessage() }
Run the code above in your browser using DataLab