as.meta | R Documentation |
Helper to create the requested data.frame to create a "textmeta" object.
as.meta(
x,
cols = colnames(x),
idCol = "id",
dateCol = "date",
titleCol = "title",
dateFormat
)
x |
data.frame to convert |
cols |
|
idCol |
|
dateCol |
|
titleCol |
|
dateFormat |
|
A data.frame with columns "id", "date", "title" and user-specified others.
meta <- data.frame(id = 1:3, additionalVariable = matrix(5, ncol = 4, nrow = 3))
(as.meta(meta))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.