Description Usage Arguments Value Author(s) References See Also Examples
See generic: initializeMeta
1 2 | ## S4 method for signature 'missing,missing'
initializeMeta(id = ".meta", where, ...)
|
id |
|
where |
|
... |
Further arguments to be passed to subsequent functions/methods. |
See method
initializeMeta-char-env-method
.
Janko Thyson janko.thyson@gmail.com
http://github.com/Rappster/optionr
initializeMeta-char-env-method,
setMetaValue,
getMetaValue,
rmMetaValue
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## Not run:
## Default `id` //
container <- ensureOptionContainer(overwrite = TRUE)
initializeMeta(where = container)
exists(".meta", container)
## Different `id` //
container <- ensureOptionContainer(overwrite = TRUE)
initializeMeta(id = "META", where = container)
exists("META", container)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.