Nothing
# Preprocess data, write TAF data tables
# Before: ezekiel.txt (boot/data)
# After: ezekiel.csv (data)
library(TAF)
mkdir("data")
# Read data
ezekiel <- read.table("boot/data/ezekiel.txt", header=TRUE)
# Write TAF table
write.taf(ezekiel, "data/ezekiel.csv")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.