Nothing
#' Delete a class from the server
#' @param class_urn class id
#' @param ... other args passed to ohmage
#' @export
oh.class.delete <- function(class_urn, ...){
xhr <- oh.call("/class/delete",class_urn=class_urn, ...);
message("Class deleted!");
}
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.