zementisr-package: zementisr: R client for the 'Zementis Server' API

Description Authentication Author(s) See Also

Description

logo

R client for the 'Zementis Server' API <https://softwareag.com/zementis>. 'Zementis Server' is an execution engine for PMML models which also comes with model management capabilities. Using zementisr, data scientists can deploy PMML models to 'Zementis Server', predict new values by sending data to the server and manage the entire PMML model life cycle without leaving their preferred R development environment.

Authentication

Zementis Server's REST API uses HTTP Basic Authentication. For each request the client needs to provide username and password. The zementisr package requires that you store your secrets and the base URL of your Zementis Server as environment variables in the .Renviron file in your home directory.

Please, make sure to set the environment variables below in your .Renviron file before using functions from the zementisr package. You can easily edit .Renviron using usethis::edit_r_environ().

ZEMENTIS_base_url = "[address]:[port]"
ZEMENTIS_usr = "[your_username]"
ZEMENTIS_pwd = "[your_password]"

Author(s)

Maintainer: Alexander Lemm alex23lemm@gmail.com

See Also

Useful links:


alex23lemm/zementisr documentation built on Jan. 9, 2020, 1:49 a.m.