create_summary_data {waetr} | R Documentation |
Create Summary Data from WAVE Results
Description
Generates a summary data frame from WAVE accessibility results
Usage
create_summary_data(input, api_key = NULL, report_type = 1)
Arguments
input |
Character vector. URLs to analyze or paths to JSON files |
api_key |
Character string. WAVE API key (required for URL analysis) |
report_type |
Integer. WAVE report type (1-4) |
Value
Data frame containing summary statistics
[Package waetr version 0.1.0 Index]