if (FALSE) {
# Compare multiple websites
p <- compare_accessibility(
input = c("https://example.com", "https://example.org"),
api_key = "your_api_key",
plot_type = "category_counts"
)
# Save the plot to a temporary directory
ggsave(file.path(tempdir(), "accessibility_comparison.png"), p)
}
Run the code above in your browser using DataLab