# require(foreign)
x <- data.frame(matrix(rnorm(16), 4))
writeDBF(x, "log.dbf")
readDBF_fields("log.dbf")
x <- readDBF("log.dbf")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.