Feetures | R Documentation |
Feetures
z <- Feetures$new(adapter = AdapterMemory$new()) z z$adapter z$features() z$register("foo") z$features() z$enabled("foo") z$enable("foo") z$enabled("foo") z$disable("foo") z$enabled("foo") # expiration time feat <- Feature$new("bar", expiration = Sys.time() + 30) (z <- Feetures$new(adapter = AdapterMemory$new())) z$register(feat) z$features() z$enable(feat$name) z$enabled(feat$name)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.