Launches the USAID managed, Known Data Issues Tracker.

The Known Data Issues Tracker is a table that summarizes different issues that are known in DATIM but cannot be resolved. For example, when a treatment partner start/ends mid-year, there will be duplicated targets that cannot be adjusted in DATIM.

The list of known issues is maintained by USAID/SIEI division. To access the table requires having a USAID email account.

browse_knownissues()

Value

Launches The Known Data Issues Tracker Google Sheet.

See also

[resolve_knownissues()] to exclude Known Issues from data set; [set_email()] to store USAID email; [load_secrets()] to load credentials into session.

Examples

 if (FALSE) {
 load_secrets()
 browse_knownissues() }