Thanks to visit codestin.com
Credit goes to github.com

Skip to content

obiba/micar

Repository files navigation

Mica R

CRAN_Status_Badge R-CMD-check

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages