powered by
Generates a complete accessibility report with visualizations and summary data
create_accessibility_report( input, api_key = NULL, output_dir = NULL, report_type = 1, include_plots = TRUE, custom_theme = "light" )
List containing plots and summary data frame
Character vector. URLs to analyze or paths to JSON files
Character string. WAVE API key (required for URL analysis)
Character string. Directory to save report files
Integer. WAVE report type (1-4)
Logical. Whether to include plots in the report (default: TRUE)
Character string. Visual theme for plots (default: "light")
if (FALSE) { report <- create_accessibility_report( input = c("https://example.com", "https://example.org"), api_key = "your_api_key", output_dir = tempdir() ) }
Run the code above in your browser using DataLab