Skip to content

Create orbital objects

Turn a fitted workflow, parsnip or recipes object into an orbital object. This will almost always be the first function you use.

orbital()
Turn tidymodels objects into orbital objects

Prediction

An orbital object can be predicted with, using data.frames or connections to data bases.

predict(<orbital_class>)
Prediction using orbital objects

Code generation

An orbital object can be turned into code itself that produces the same output as predicting would.

orbital_dt()
Convert to data.table code
orbital_inline()
Convert orbital objects to quosures
orbital_sql()
Convert to SQL code
orbital_r_fun()
Turn orbital object into a R function

Read and Write

Reading and writing orbital objects to json files for easy storage.

orbital_json_read()
Read orbital json file
orbital_json_write()
Save orbital object as json file