infermedica : R Interface to the Infermedica API

A set of tools that provide programmatic access to the Infermedica medical inference engine API. Functions are provided that enable uploading of patient’s health data (such as symptoms, risk factors, lab tests results or demographics) to the Infermedica AI inference engine which will analyze it and return a list of likely conditions and relevant observations to verify. For more information please visit http://infermedica.com.

The following functions are implemented:

TODO

Installation

devtools::install_git("https://gitlab.com/hrbrmstr/infermedica.git")
options(width=120)

Usage

library(infermedica)

# current verison
packageVersion("infermedica")

Test Results

library(infermedica)
library(testthat)

date()

test_dir("tests/")


hrbrmstr/infermedica documentation built on May 3, 2019, 9:38 p.m.