mit_available: Management Information Tool made available to health boards

View source: R/mit_available.R

mit_availableR Documentation

Management Information Tool made available to health boards

Description

mit_available takes the final date for which SMR data are included in the current publication. It uses this cut-off date to calculate the date on which data for the current publication are made available to select health board employees via the management information tool.

Usage

mit_available(end_date)

Arguments

end_date

The cut-off date for data to be included in the current HSMR publication, supplied with Date class. Must be the final day of either March, June, September or December.

Details

The management information tool is a dashboard which accompanies the full report, summary report and Excel tables as part of the HSMR publication. It contains all of the data which the other parts of the publication are based upon.

The management tool is made available to health boards on the last Friday of the month, the month before publication.

Examples

mit_available(end_date = lubridate::dmy(30092018))
format(mit_available(end_date = lubridate::dmy(31122018)), "%d %B %Y")
format(mit_available(end_date = lubridate::dmy(31032019)), "%d/%m/%Y")


Public-Health-Scotland/hsmr documentation built on June 24, 2024, 1:48 a.m.