Nothing
pcrimport2 <- function(file = "clipboard", sep = "\t", header = TRUE,
quote = "", dec = ".", colClasses = "numeric", ...)
{
read.delim(file = file, sep = sep, header = header, quote = quote,
dec = dec, colClasses = colClasses, check.names = FALSE, ...)
}
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.