R/oh.class.read.R

Defines functions oh.class.read

Documented in oh.class.read

#' 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);	
}

Try the Ohmage package in your browser

Any scripts or data that you put into this service are public.

Ohmage documentation built on Feb. 1, 2019, 1:04 a.m.