| index_meta | R Documentation |
Returns the metadata data.frame for all vectors in the index.
index_meta(index)
index |
An |
A data.frame with at least an 'id' column.
tmp <- tempfile()
dir.create(tmp)
idx <- index_new(3L, tmp)
idx <- index_add(idx, 1L, c(1, 0, 0), meta = list(name = "first"))
m <- index_meta(idx)
unlink(tmp, recursive = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.