upload_meta <- function(u, con) {
RMySQL::dbWriteTable(
conn = con,
name = "nb_meta",
value = as.data.frame(u),
append = T,
row.names = F
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.