Description
'Mica' Data Web Portal Client.
Description
'Mica' is a server application used to create data web portals for large-scale epidemiological studies or multiple-study consortia. 'Mica' helps studies to provide scientifically robust data visibility and web presence without significant information technology effort. 'Mica' provides a structured description of consortia, studies, annotated and searchable data dictionaries, and data access request management. This 'Mica' client allows to perform data extraction for reporting purposes.
README.md
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: