check_applicability_grid_connection.RdValidates that the renewable power plant is grid-connected and exports a sufficient share of its net electricity to the grid.
check_applicability_grid_connection(connection_status, export_share = 1, minimum_export = 0.9)Logical indicating whether the grid connection applicability condition is satisfied.
check_applicability_grid_connection("grid-connected", export_share = 0.95)
#> [1] TRUE
check_applicability_grid_connection("isolated", export_share = 0.5)
#> [1] FALSE