lionelc/HavenOnDemand_R: HPE HavenOnDemand for R

This is the wrapper for R users who have interest in using HPE Haven OnDemand APIs. It provides a straightforward way for calling the APIs directly from R. The connection between your R client and HPE server side is via POST connections. Once you create a HODClient with your apikey, you can call the corresponding API using postHODSync() or postHODAsync(). It also includes i) text index operations: create, add_text_to, and delete text indexes; and ii) some local operations that help you on track with your indexes and HavenOnDemand jobs (especially the async ones). Please refer to the github page for step-by-step usage.

Getting started

Package details

Maintainer
LicenseMIT
Version0.1.0.0000
URL https://github.com/lionelc/HavenOnDemand_R
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("lionelc/HavenOnDemand_R")
lionelc/HavenOnDemand_R documentation built on May 21, 2019, 6:42 a.m.