Nothing
model
argumentCode
set_dependency("polarbear")
Condition
Error in `set_dependency()`:
! Model "polarbear" has not been registered.
Code
set_dependency(c("bear", "rabbit"), "partition", "stats", "stats")
Condition
Error in `set_dependency()`:
! Please supply a character string for a model name (e.g. "k_means"). Not a character vector.
mode
argumentCode
set_dependency("clip")
Condition
Error in `set_dependency()`:
! Please supply a character string for a mode (e.g. "partition").
Code
set_dependency("clip", c("classification", "regression"))
Condition
Error in `set_dependency()`:
! Please supply a character string for a mode (e.g. "partition"). Not a character vector.
Code
set_dependency("clip", NULL)
Condition
Error in `set_dependency()`:
! Please supply a character string for a mode (e.g. "partition"). Not NULL.
Code
set_dependency("clip", "not partition", "stats", "stats")
Condition
Error in `set_dependency()`:
! Mode "not partition" is not a valid mode for "clip".
engine
argumentCode
set_dependency("hamper", "partition")
Condition
Error in `set_dependency()`:
! Please supply a character string for an engine name (e.g. "stats").
Code
set_dependency("hamper", "partition", c("glmnet", "stats"))
Condition
Error in `set_dependency()`:
! Please supply a character string for an engine name (e.g. "stats"). Not a character vector.
Code
set_model_engine("hamper", "partition", NULL)
Condition
Error in `set_model_engine()`:
! Please supply a character string for an engine name (e.g. "stats"). Not NULL.
pkg
argumentCode
set_dependency("duck", "partition", "stats")
Condition
Error in `set_dependency()`:
! Please supply a character string for the package name.
Code
set_dependency("duck", "partition", "stats", c("glmnet", "stats"))
Condition
Error in `set_dependency()`:
! Please supply a character string for the package name. Not a character vector.
Code
set_dependency("duck", "partition", "stats", NULL)
Condition
Error in `set_dependency()`:
! Please supply a character string for the package name. Not NULL.
Code
set_dependency("zebra", "partition", "not stats", "base")
Condition
Error in `set_dependency()`:
! The engine "not stats" has not been registered for model "zebra".
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.