Nothing
Code
expect_error(add_model_predictions(old_data = yields1, new_data = yields2))
expect_error(add_model_predictions(model = lm_model, old_data = yields1))
expect_error(add_model_predictions(model = lm_model, old_data = yields1))
expect_error(add_model_residuals(yields1))
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.