Nothing
#' Read info about a class
#' @param class_urn_list list of class id's
#' @param ... other arguments passed to ohmage
#' @export
oh.class.read <- function(class_urn_list="urn:sys:andwellness", ...){
xhr <- oh.call("/class/read", class_urn_list=class_urn_list, ...);
return(xhr);
}
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.