Description Usage Arguments Details Value
View source: R/test_unique_observations.R
Tidy indicators have observations that are unique. They must have on of the three types of values: an actual, an estimated or a missing value.
1 | test_unique_observations(indicator, stop_on_error = FALSE)
|
indicator |
An indicator table to test. |
stop_on_error |
Defaults to |
Approximation and other filling techniques require unique observations.
This is an internal function and can give either a warning or
TRUE
if the test is met, otherwise warning if stop_on_error = FALSE
and returns FALSE
or stops with an error if stop_on_error = TRUE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.