obiba / micar

R package for accessing Mica2 web services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mica R

Build Status CRAN_Status_Badge

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

Installation

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")

Usage

Steps:

  • open connection to Mica server
  • extract and process documents
  • close connection with Mica server

Examples:

About

R package for accessing Mica2 web services


Languages

Language:R 100.0%