Nothing
Code
attr(dclus1$variables$sname, "label") <- "School Name"
as.data.frame(ard_attributes(dclus1, variables = c(sname, dname), label = list(
dname = "District Name")))
Output
variable context stat_name stat_label stat
1 sname attributes label Variable Label School Name
2 sname attributes class Variable Class character
3 dname attributes label Variable Label District Name
4 dname attributes class Variable Class character
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.