R/utils.R
msg_encode.Rd
Converts an object into a base64 string
msg_encode(x)
A serializeable object
character a base64 encoded string
character
if (FALSE) { library(jsonlite) mtcars %>% toJSON(auto_unbox = TRUE) %>% msg_encode() %>% PubsubMessage() }