Outputs a data frame which provides a date of when an indicator was last update
Usage
indicator_update_information(
IndicatorID,
ProfileID = NULL,
proxy_settings = "default",
path
)
Arguments
- IndicatorID
Integer, id of the indicators of interest
- ProfileID
Integer (optional), whether to restrict the indicators to a particular profile
- proxy_settings
string; whether to use Internet Explorer proxy settings ("default") or "none"
- path
String; Fingertips API address. Function will default to the correct address
Examples
if (FALSE) {
# Returns metadata for indicator ID 90362 and 1107
indicatorIDs <- c(90362, 1107)
indicator_update_information(indicatorIDs)}