This function pops entries from a redis list, either until the key returns NULL or until it has read n keys. Similar to readLines
1 | read_lodJson(lod)
|
1 2 | lod <- df_to_lodJson(mtcars)
newmtcars <- read_lodJson(lod)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.