Skip to contents

Returns the GRI content index table (disclosure, title, status, source lineage) that assurance and reporting teams attach to published reports.

Usage

gri_content_index(report)

Arguments

report

A minesdg_report produced by generate_gri_report.

Value

A data.frame with columns disclosure_id, disclosure_title, status, source and omission_reason.

Examples

rep <- generate_gri_report(demo_mine_sites, site_id = "AU-KALG",
                           years = 2024)
head(gri_content_index(rep))
#>   disclosure_id                             disclosure_title             status
#> 1         302-1   Energy consumption within the organization            partial
#> 2        302-1b        Renewable share of energy consumption            partial
#> 3         302-3                             Energy intensity            partial
#> 4         303-1 Interactions with water as a shared resource narrative_required
#> 5         303-3                             Water withdrawal            partial
#> 6         303-4                              Water discharge            partial
#>                     source              omission_reason
#> 1            raw:energy_gj                             
#> 2 raw:renewable_energy_pct                             
#> 3     kpi:energy_intensity                             
#> 4 narrative:nar_water_mgmt Narrative disclosure pending
#> 5  raw:water_withdrawal_m3                             
#> 6   raw:water_discharge_m3