Data are updated by SLMPD on their crime statistics site on a monthly basis. This function returns the date of the last update.
cs_last_update(output = "string")
output | A character scalar; if |
---|
The date of the last posted data set in the format specified
in the output
parameter.
# obtain data of last update cs_last_update()#> [1] "April 2020"