# NOT RUN {
map_data1 <- example_stars %>%
rlang::set_names("Variable A")
map_data2 <- example_stars_2 %>%
rlang::set_names("Variable B")
map_data <- c(map_data1, map_data2)
ggplot_stars_facet(data = map_data)
# }
Run the code above in your browser using DataLab