Description Usage Arguments Value Examples
View source: R/fun_lh_enhanced_extract.R
Extraction of extended details from Lighthouse reports
1 | fun_lh_enhanced_extract(audits, report_cat_df = NULL)
|
audits |
audits object |
report_cat_df |
reports category object, defaults to null |
data frame with basic Lighthouse columns
1 2 3 4 5 | ## Not run:
results_load_exp <- fun_lh_enhanced_extract(parsed$loadingExperience)
results_audits <- fun_lh_enhanced_extract(audits, report_cat_df)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.