Supported Packages and Additional Functions

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Introduction

This vignette lists the packages and model types exported by pmml, as well as data transformations and functions that extend the basic exporter functionality.

Supported packages

This package supports the following packages and model types:

Data transformations

The following functions are used to transform input data.

The general methodology is to first wrap the data with xform_wrap, and then perform transformations using the above functions.

Additional functions

The following functions allow additional operations, such as creating specific nodes and adding attributes. For more information, check the documentation for each function.

References



Try the pmml package in your browser

Any scripts or data that you put into this service are public.

pmml documentation built on March 18, 2022, 5:49 p.m.