View source: R/lookup_tokens.R
lookup_tokens | R Documentation |
For a detailed explanation of these tokens see the vignette Create and
Customize the index Template
.
lookup_tokens(tokens, scheme, author = "")
tokens |
a character vector containing tokens. These can be enclosed in |
scheme |
a |
author |
the author of the index document |
a list of the length of the input vector tokens
containing the objects returned by the tokens. Null if the tokens contains
invalid values.
lookup_tokens( tokens = c( "%%Treatments.*.2%%", "%%Experiment.*.*%%", "Measurement.method.3" ), scheme = dmdScheme_example(), )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.