Nothing
on_spp <- ifelse(dir.exists("I:/NCES"),TRUE,FALSE)
if (!exists("edsurveyHome")) {
if (Sys.info()[["sysname"]] == "Windows") {
if(on_spp) {
edsurveyHome <- "P:/EdSurveyData/"
} else {
edsurveyHome <- "C:/EdSurveyData/"
}
} else {
edsurveyHome <- "~/EdSurveyData/"
}
}
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.