fake_data <- function() {
data.frame(
sector = "automotive",
technology = "electric",
year = 2020L,
region = "global",
scenario_source = "demo_2020",
metric = "projected",
production = 1,
technology_share = 0.2,
stringsAsFactors = FALSE
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.