Description Usage Arguments Examples
In theory there are no duplicates, but this still
returs an iterator that you'll need to use mtbl_next()
with.
1 | mtbl_get(x, key)
|
x |
an mtbl file opened with |
key |
string (exact) to look for in the keys |
1 2 | mtbl <- read_mtbl(system.file("extdata/sample.mtbl", package="mtblr"))
mtbl_next(mtbl_get(mtbl, "aa"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.