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