You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ Access, retrieve, and work with Canadian Census data and geography.
12
12
* Download data and Census geography in tidy and analysis-ready format
13
13
* Convenience tools for searching for and working with Census regions and variable hierarchies
14
14
* Provides Census geography in multiple R spatial formats
15
-
* Provides data and geography at multiple Census geographic levels including province, Census Metropolitan Area, Census Division, Census Subdivision, Census Tract, Dissemination Areas, Enumeration Areas (for 1996), and Dissemination Blocks (for 2001-2016)
16
-
* Provides data for the 2016, 2011, 2006, 2001, and 1996 Census releases
15
+
* Provides data and geography at multiple Census geographic levels including province, Census Metropolitan Area, Census Division, Census Subdivision, Census Tract, Dissemination Areas, Enumeration Areas (for 1996), and Dissemination Blocks (for 2001-2021)
16
+
* Provides data for the 2021, 2016, 2011, 2006, 2001, and 1996 Census releases
17
17
* Access to taxfiler data at the Census Tract level for tax years 2000 through 2017
18
18
19
19
### Reference
@@ -49,9 +49,9 @@ For performance reasons, and to avoid unnecessarily drawing down API quotas, **c
49
49
50
50
### Currently available datasets
51
51
52
-
**cancensus** can access Statistics Canada Census data for Census years 1996, 2001, 2006, 2011, and 2016. You can run `list_census_datasets` to check what datasets are currently available for access through the CensusMapper API. Additional data for the 2016 Census will be included in Censusmapper within a day or two after public release by Statistics Canada. Statistics Canada maintains a release schedule for the Census 2016 Program which can be viewed on their [website](http://www12.statcan.gc.ca/census-recensement/2016/ref/release-dates-diffusion-eng.cfm).
52
+
**cancensus** can access Statistics Canada Census data for Census years 1996, 2001, 2006, 2011, 2016, and 2021. You can run `list_census_datasets` to check what datasets are currently available for access through the CensusMapper API. Additional data for the 2021 Census will be included in Censusmapper within a day or two after public release by Statistics Canada. Statistics Canada maintains a release schedule for the Census 2021 Program which can be viewed on their [website](https://www12.statcan.gc.ca/census-recensement/2021/ref/prodserv/release-diffusion-eng.cfm).
53
53
54
-
Thanks to contributions by the Canada Mortgage and Housing Corporation (CMHC), **cancensus** now includes additional Census-linked datasets as open-data releases. These include annual taxfiler data at the census tract level for tax years 2000 through 2017, which includes data on incomes and demographics, as well as specialized crosstabs for Structural type of dwelling by Document type, which details occupancy status for residences. These crosstabs are available for the 2001, 2006, 2011, and 2016 Census years at all levels starting with census tract.
54
+
Thanks to contributions by the Canada Mortgage and Housing Corporation (CMHC), **cancensus** now includes additional Census-linked datasets as open-data releases. These include annual taxfiler data at the census tract level for tax years 2000 through 2017, which includes data on incomes and demographics, as well as specialized crosstabs for Structural type of dwelling by Document type, which details occupancy status for residences. These crosstabs are available for the 2001, 2006, 2011, 2016, and 2021 Census years at all levels starting with census tract.
55
55
56
56
### Picking regions and variables
57
57
@@ -110,17 +110,17 @@ We'd love to feature examples of work or projects that use cancensus.
110
110
111
111
If you wish to cite cancensus:
112
112
113
-
von Bergmann, J., Aaron Jacobs, Dmitry Shkolnik (2020). cancensus: R package to
114
-
access, retrieve, and work with Canadian Census data and geography. v0.4.3.
113
+
von Bergmann, J., Aaron Jacobs, Dmitry Shkolnik (2022). cancensus: R package to
114
+
access, retrieve, and work with Canadian Census data and geography. v0.5.0.
115
115
116
116
117
117
A BibTeX entry for LaTeX users is
118
118
```
119
119
@Manual{,
120
120
author = {Jens {von Bergmann} and Dmitry Shkolnik and Aaron Jacobs},
121
121
title = {cancensus: R package to access, retrieve, and work With Canadian Census data and geography},
0 commit comments