Check indicator_dp is set for all indicator rows
Source:R/check_meta_ind_dp_set.R
check_meta_ind_dp_set.Rd
Throw warning if there are any blank cells for indicator_dp in rows, to encourage users to explicitly specify the behaviour they want.
Examples
check_meta_ind_dp_set(example_meta)
#> check result message
#> 1 meta_col_name PASS The indicator_dp column is completed for all indicators.
#> guidance_url
#> 1 NA
check_meta_ind_dp_set(example_meta, verbose = TRUE)
#> ✔ The indicator_dp column is completed for all indicators.
#> check result message
#> 1 meta_col_name PASS The indicator_dp column is completed for all indicators.
#> guidance_url
#> 1 NA