Mica R

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:

Copy Link

Version

Down Chevron

Install

install.packages('micar')

Monthly Downloads

156

Version

1.1.2

License

GPL-3

Maintainer

Last Published

April 16th, 2021

Functions in micar (1.1.2)