filesystem_storage | R Documentation |
Tutorial state storage handler that uses the filesystem as a backing store.
The directory will contain tutorial state data partitioned by user_id
,
tutorial_id
, and tutorial_version
(in that order)
filesystem_storage(dir, compress = TRUE)
dir |
Directory to store state data within |
compress |
Should |
Storage handler suitable for options(tutorial.storage = ...)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.