# Instantiate Fake Repository ---------------------------------------------
session <- new.env()
session$repo <- R6DS::RDict$new()
session$repo$add("historical_data", house.prices::train_set)
session$repo$add("new_data", house.prices::test_set)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.