Description Usage Arguments Value
This function checks whether all time series within a dataset are imputed.
1 2 3 4 | ensureTimeSeriesImputed(data, key, valueColumn = "Value",
observationFlagVar = "flagObservationStatus", returnData = TRUE,
normalised = TRUE, denormalisedKey = "measuredElement",
getInvalidData = FALSE)
|
data |
The data to be saved back to the database |
key |
The key which splits the data into individual timeseries. Generally the set c('geographicAreaM49', 'measuredItemCPC', 'measuredElement'). |
valueColumn |
The column which contains the numeric values. |
observationFlagVar |
The variable name which corresponds to the observation status flag. |
returnData |
logical, whether the data should be returned |
normalised |
logical, whether the data is normalised |
denormalisedKey |
optional, only required if the input data is not normalised.It is the name of the key that denormalises the data. |
getInvalidData |
logical, this will skip the test and extract the data that is invalid. |
If getInvalidData is FALSE, then the data is returned when the test is cleared, otherwise an error. If getInvalidData is TRUE, then the subset of the data that is invalid is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.