Description Usage Arguments Value
View source: R/predictive_service.r
Get model predictions through plumber API
1 | plumber_predict(df, set, param, param2, param3, odbc)
|
df |
data.frame returned by |
set |
plumber config object |
param |
API parameter of data values |
param2 |
API parameter of column names |
param3 |
API parameter of data types |
odbc |
optional ODBC connection object |
Writes the output to file or to DB, depending on the settings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.