R/oh.user_stat.read.R

Defines functions oh.user_stat.read

oh.user_stat.read <- function(campaign_urn="urn:ohmage:special:all", user="urn:ohmage:special:all", ... ){
	xhr <- oh.call("/user_stats/read", campaign_urn=campaign_urn, user=user, ...);		
	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.