query_smr01 | R Documentation |
The SMR query functions take an extract start date and, with the exception
of query_gro_smr
, an extract end date. They define the SQL queries
used to extract data for the HSMR publication.
query_smr01
extracts the relevant data from the SMR01 database
from the beginning of the baseline period until the end date cut off for the
current publication.
query_smr01_minus5
extracts data from the SMR01 database from
five years prior to the beginning of the baseline period until the end date
cut off for the current publication.
query_gro_smr
extracts data from the SMR Deaths database from
the beginning of the baseline period.
query_smr01(extract_start, extract_end)
query_smr01_minus5(extract_start, extract_end)
query_gro_smr(extract_start)
extract_start |
The extract start date, supplied with |
extract_end |
The extract end date, supplied with |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.