Nothing
hz.loading.cracker.functions <- function(path1){
path1 <- paste(path1,"/R",sep = "")
print(path1)
import.functions <- list.files(path1)
print("Start loading cRacker functions")
for( i in 1:length(import.functions)){
cat(import.functions[i]," ")
source(paste(path1,"/",import.functions[i],sep = ""))
}
print("Finished loading cRacker functions")
}
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.