View source: R/plaintext_writer.R
Plaintext reader and writer
1 2 3 | plaintext_writer(type, cast = function(x) x, cast_args = list())
plaintext_reader(cast = function(x) x)
|
type |
cache_type to write |
cast |
Optional cast function when reading or writing. |
cast_args |
Optional extra arguments to the cast function. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.