-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #103 from peteowen1/anzsic-2006-fix
update anzsic2006 to download from abs source.
- Loading branch information
Showing
9 changed files
with
95 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,8 @@ Authors@R: c(person("Will", "Mackey", email = "[email protected]", role = c("au | |
person("Benjamin", "Wee", role = c("aut")), | ||
person("Carlos", "Yanez", role = "ctb"), | ||
person("Bas", "Latcham", role = "ctb"), | ||
person("Rex", "Parsons", role = "ctb", comment = c(ORCID = "0000-0002-6053-8174")) | ||
person("Rex", "Parsons", role = "ctb", comment = c(ORCID = "0000-0002-6053-8174")), | ||
person("Pete", "Owen", role = "ctb") | ||
) | ||
Maintainer: Will Mackey <[email protected]> | ||
License: GPL-3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,10 +21,10 @@ | |
"anzsco2009" | ||
|
||
|
||
#' ANZSCO 2019 | ||
#' ANZSCO 2013 | ||
#' | ||
#' Wide table containing all levels of the Australian and New Zealand Standard | ||
#' Classification of Occupations (ANZSCO), Version 1.3, 2019 | ||
#' Classification of Occupations (ANZSCO), Version 1.2, 2013 | ||
#' | ||
#' @format A \code{tibble} with 11 variables: | ||
#' \describe{ | ||
|
@@ -41,14 +41,13 @@ | |
#' \item{\code{skill_level}}{Skill level required for occupation, determined by the ABS (1 is highest, 5 is lowest). | ||
#' See \url{https://www.abs.gov.au/ausstats/[email protected]/Previousproducts/C4BECE1704987586CA257089001A9181 } for details.} | ||
#' } | ||
"anzsco2019" | ||
|
||
"anzsco2013" | ||
|
||
|
||
#' ANZSCO 2013 | ||
#' ANZSCO 2019 | ||
#' | ||
#' Wide table containing all levels of the Australian and New Zealand Standard | ||
#' Classification of Occupations (ANZSCO), Version 1.2, 2013 | ||
#' Classification of Occupations (ANZSCO), Version 1.3, 2019 | ||
#' | ||
#' @format A \code{tibble} with 11 variables: | ||
#' \describe{ | ||
|
@@ -65,7 +64,8 @@ | |
#' \item{\code{skill_level}}{Skill level required for occupation, determined by the ABS (1 is highest, 5 is lowest). | ||
#' See \url{https://www.abs.gov.au/ausstats/[email protected]/Previousproducts/C4BECE1704987586CA257089001A9181 } for details.} | ||
#' } | ||
"anzsco2013" | ||
"anzsco2019" | ||
|
||
|
||
#' ANZSCO 2021 | ||
#' | ||
|
@@ -89,6 +89,7 @@ | |
#' } | ||
"anzsco2021" | ||
|
||
|
||
#' ANZSCO 2022 | ||
#' | ||
#' Wide table containing all levels of the Australian and New Zealand Standard | ||
|
@@ -113,28 +114,26 @@ | |
"anzsco2022" | ||
|
||
|
||
#' ANZSIC | ||
#' ANZSIC 2006 | ||
#' | ||
#' Wide table containing all levels of the Australian and New Zealand Standard | ||
#' Industrial Classification (ANZSIC), 2006 (Revision 1.0). Cat. 1292.0. | ||
#' Industrial Classification (ANZSIC), 2006 (Revision 2.0). Cat. 1292.0. | ||
#' | ||
#' @format A \code{tibble} with 8 variables: | ||
#' \describe{ | ||
#' \item{\code{anzsic_division_code}}{ANZSIC division codes character, e.g. "A", "B"} | ||
#' \item{\code{anzsic_division}}{ANZSIC division title, e.g. "Agriculture, Forestry and Fishing"} | ||
#' \item{\code{anzsic_subdivision_code}}{ANZSIC subdivision codes integer, e.g. 1, 2} | ||
#' \item{\code{anzsic_subdivision_code}}{ANZSIC subdivision codes 2-digit character, e.g. 01, 02} | ||
#' \item{\code{anzsic_subdivision}}{ANZSIC subdivision title, e.g. "Agriculture"} | ||
#' \item{\code{anzsic_group_code}}{ANZSIC group codes integer, e.g. 11, 12} | ||
#' \item{\code{anzsic_group_code}}{ANZSIC group codes 3-digit character, e.g. 011, 012} | ||
#' \item{\code{anzsic_group}}{ANZSIC group title, e.g. "Mushroom and Vegetable Growing"} | ||
#' \item{\code{anzsic_class_code}}{ANZSIC class codes integer, e.g. 111, 112} | ||
#' \item{\code{anzsic_class_code}}{ANZSIC class codes 4-digit character, e.g. 0111, 0112} | ||
#' \item{\code{anzsic_class}}{ANZSIC class title, e.g. "Vegetable Growing (Under Cover)"} | ||
#' } | ||
#' @source \url{https://www.abs.gov.au/statistics/classifications/australian-and-new-zealand-standard-industrial-classification-anzsic/2006-revision-2-0/numbering-system-and-titles/division-subdivision-group-and-class-codes-and-titles} | ||
"anzsic2006" | ||
|
||
|
||
|
||
|
||
|
||
#' ASCED Field of Education | ||
#' | ||
#' Wide table containing all levels of fields of education in the Australian | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ Current structures stored in `strayr` are: | |
- `anzsco2013`: occupation levels of ANZSCO, [2013, Version 1.2](https://www.abs.gov.au/AUSSTATS/[email protected]/allprimarymainfeatures/4AF138F6DB4FFD4BCA2571E200096BAD?opendocument). | ||
- `anzsco2009`: occupation levels ANZSCO, [First Edition, Revision 1, 2009](https://www.abs.gov.au/AUSSTATS/[email protected]/DetailsPage/1220.0First%20Edition,%20Revision%201?OpenDocument). | ||
- Australian and New Zealand Standard Industrial Classification (**ANZSIC**), Cat. 1292.0: | ||
- `anzsic2006`: industry levels of ANZSIC, [2006 (Revision 1.0)](https://www.abs.gov.au/ausstats/[email protected]/0/20C5B5A4F46DF95BCA25711F00146D75?opendocument). | ||
- `anzsic2006`: industry levels of ANZSIC, [2006 (Revision 2.0)](https://www.abs.gov.au/statistics/classifications/australian-and-new-zealand-standard-industrial-classification-anzsic/2006-revision-2-0). | ||
- Australian Standard Classification of Education (**ASCED**), Cat. 1272.0: | ||
- `asced_foe2001`: field of education levels of ASCED, [2001](https://www.abs.gov.au/ausstats/[email protected]/mf/1272.0). | ||
- `asced_qual2001`: qualification levels of ASCED, [2001](https://www.abs.gov.au/ausstats/[email protected]/mf/1272.0). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ Current structures stored in `strayr` are: | |
- Australian and New Zealand Standard Industrial Classification | ||
(**ANZSIC**), Cat. 1292.0: | ||
- `anzsic2006`: industry levels of ANZSIC, [2006 (Revision | ||
1.0)](https://www.abs.gov.au/ausstats/[email protected]/0/20C5B5A4F46DF95BCA25711F00146D75?opendocument). | ||
2.0)](https://www.abs.gov.au/statistics/classifications/australian-and-new-zealand-standard-industrial-classification-anzsic/2006-revision-2-0). | ||
- Australian Standard Classification of Education (**ASCED**), Cat. | ||
1272.0: | ||
- `asced_foe2001`: field of education levels of ASCED, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters