Nothing
Code
organize_data(lin_mod)
Condition
Error in `organize_data()`:
! No `organize_data()` exists for this type of object.
Code
organize_data(dplyr::select(cars_bag_vfld, -.predictions))
Condition
Error in `organize_data()`:
! The `.predictions` column does not exist. Refit with the control argument `save_pred = TRUE` to save predictions.
Code
organize_data(cars_bag_vfld, hover_cols = c("mpg", "mpl"))
Condition
Error in `organize_data()`:
! Can't subset columns that don't exist.
x Column `mpl` doesn't exist.
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.