check_applicability_captive_use_share.RdConfirms the renewable system primarily serves captive demand by evaluating the share of net generation consumed on-site or within the mini-grid.
check_applicability_captive_use_share(captive_use_share, minimum_fraction = 0.6)Logical indicating whether the captive-use criterion is satisfied.
check_applicability_captive_use_share(captive_use_share = 0.8)
#> [1] TRUE
check_applicability_captive_use_share(captive_use_share = 0.4)
#> [1] FALSE