This function applies FUN to data stored in a redis database, chunking the operation if number of rows exceeds the chunksize. NOTE: this function uses (wipes) the 'key_tmp' key in the database.
1 2 | redisChunkApply(redis, key, FUN, chunksize = 100, verbose = FALSE,
sanitize = FALSE, ...)
|
1 2 | r <- redis()
processRedisData(r,'data',as.sentence.df,'body')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.