R/oh.user.read.R

Defines functions oh.user.read

Documented in oh.user.read

#' Read info about a user
#' @param user_list username
#' @param ... other args passed to ohmage
#' @export
oh.user.read <- function(user_list, ...){
	xhr <- oh.call("/user/read ", user_list=user_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.