fun_lh_enhanced_extract: Extraction of extended details from Lighthouse reports

Description Usage Arguments Value Examples

View source: R/fun_lh_enhanced_extract.R

Description

Extraction of extended details from Lighthouse reports

Usage

1
fun_lh_enhanced_extract(audits, report_cat_df = NULL)

Arguments

audits

audits object

report_cat_df

reports category object, defaults to null

Value

data frame with basic Lighthouse columns

Examples

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)

Leszek-Sieminski/pagespeedParseR documentation built on May 12, 2021, 2:29 p.m.