test_that("Strategy saving and loading works", {
save_strategy(strategy, tmp_strat_file)
strat_from_file <- load_strategy(tmp_strat_file)
expect_identical(strategy, strat_from_file)
})
teardown({
unlink(tmp_strat_file)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.