R package for accessing Mica2 web services: * search any type of documents (variable, dataset, study, population, dce (datacollection event), network) * search taxonomy vocabularies and terms * get data access requests form configuration and listing for reporting
Requires R 3.x.
# Install dependencies
if (!require("httr")) {
install.package(c("httr"), dependencies=TRUE)
}
# Install from source code repository
devtools::install_github("obiba/micar")
Steps:
Examples: