Description Authentication Author(s) See Also
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.
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]"
Maintainer: Alexander Lemm alex23lemm@gmail.com
Useful links:
Report bugs at https://github.com/alex23lemm/zementisr/issues
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.