Nothing
test_that("bindings error works", {
flourish_correct_bindings <- flourish("scatter") |> bind_scatter_data(gapminder, x = "lifeExp", y = "gdpPercap")
expect_no_error(flourish_correct_bindings)
})
test_that("settings error works", {
flourish_correct_settings <- flourish("scatter") |>
bind_scatter_data(gapminder, x = "lifeExp", y = "gdpPercap") |>
set_scatter_details(default_color = "#000000")
expect_no_error(flourish_correct_settings)
})
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.