diff --git a/README.Rmd b/README.Rmd
index d54a153..57342ff 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -13,7 +13,7 @@ knitr::opts_chunk$set(
)
```
-# abscorr
+# abscorr
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
diff --git a/README.md b/README.md
index cfbe456..3eaaca2 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-# abscorr
+# abscorr
@@ -23,20 +23,19 @@ contribute to this package.
Current structures stored in `abscorr` are:
-- `anzsco`: occupation levels of the [Australian and New Zealand
+ - `anzsco`: occupation levels of the [Australian and New Zealand
Standard Classification of Occupations (ANZSCO), First Edition,
- Revision 1, 2009. Cat.
- 1220.0](https://www.abs.gov.au/AUSSTATS/abs@.nsf/DetailsPage/1220.0First%20Edition,%20Revision%201?OpenDocument).
-- `anzsic`: industry levels of the [Australian and New Zealand
+ Revision 1, 2009.
+ Cat. 1220.0](https://www.abs.gov.au/AUSSTATS/abs@.nsf/DetailsPage/1220.0First%20Edition,%20Revision%201?OpenDocument).
+ - `anzsic`: industry levels of the [Australian and New Zealand
Standard Industrial Classification (ANZSIC), 2006 (Revision 1.0).
- Cat.
- 1292.0](https://www.abs.gov.au/ausstats/abs@.nsf/0/20C5B5A4F46DF95BCA25711F00146D75?opendocument).
-- `asced_foe`: field of education levels of the [Australian Standard
- Classification of Education (ASCED), 2001. Cat.
- 1272.0](https://www.abs.gov.au/ausstats/abs@.nsf/mf/1272.0).
-- `asced_qual`: qualification levels of the [Australian Standard
- Classification of Education (ASCED), 2001. Cat.
- 1272.0](https://www.abs.gov.au/ausstats/abs@.nsf/mf/1272.0).
+ Cat. 1292.0](https://www.abs.gov.au/ausstats/abs@.nsf/0/20C5B5A4F46DF95BCA25711F00146D75?opendocument).
+ - `asced_foe`: field of education levels of the [Australian Standard
+ Classification of Education (ASCED), 2001.
+ Cat. 1272.0](https://www.abs.gov.au/ausstats/abs@.nsf/mf/1272.0).
+ - `asced_qual`: qualification levels of the [Australian Standard
+ Classification of Education (ASCED), 2001.
+ Cat. 1272.0](https://www.abs.gov.au/ausstats/abs@.nsf/mf/1272.0).
## Installation
@@ -52,30 +51,26 @@ This is a basic example which shows you how to solve a common problem:
``` r
library(abscorr)
+#> Loading required package: absmapsdata
library(dplyr, warn.conflicts = FALSE)
glimpse(anzsco)
#> Rows: 1,180
-#> Columns: 16
+#> Columns: 11
#> $ anzsco1_code "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "…
#> $ anzsco1 "Managers", "Managers", "Managers", "Managers", "Manager…
-#> $ anzsco1_f Managers, Managers, Managers, Managers, Managers, Manage…
#> $ anzsco2_code "10", "11", "11", "11", "11", "11", "11", "11", "11", "1…
#> $ anzsco2 "Managers, nfd", "Chief Executives, General Managers and…
-#> $ anzsco2_f "Managers, nfd", "Chief Executives, General Managers and…
#> $ anzsco3_code "100", "110", "111", "111", "111", "111", "111", "111", …
#> $ anzsco3 "Managers, nfd", "Chief Executives, General Managers and…
-#> $ anzsco3_f "Managers, nfd", "Chief Executives, General Managers and…
#> $ anzsco4_code "1000", "1100", "1110", "1111", "1112", "1112", "1113", …
#> $ anzsco4 "Managers, nfd", "Chief Executives, General Managers and…
-#> $ anzsco4_f "Managers, nfd", "Chief Executives, General Managers and…
#> $ anzsco6_code "100000", "110000", "111000", "111111", "111211", "11121…
#> $ anzsco6 "Managers, nfd", "Chief Executives, General Managers and…
-#> $ anzsco6_f "Managers, nfd", "Chief Executives, General Managers and…
-#> $ skill_level NA, NA, NA, 1, 1, 1, 1, 1, 1, NA, NA, 1, 1, 1, 1, 1, 1, …
+#> $ skill_level NA, NA, NA, "1", "1", "1", "1", "1", "1", NA, NA, "1", "…
glimpse(anzsic)
#> Rows: 506
-#> Columns: 12
+#> Columns: 8
#> $ anzsic_division_code "A", "A", "A", "A", "A", "A", "A", "A", "A", …
#> $ anzsic_division "Agriculture, Forestry and Fishing", "Agricul…
#> $ anzsic_subdivision_code "1", "1", "1", "1", "1", "1", "1", "1", "1", …
@@ -84,32 +79,22 @@ glimpse(anzsic)
#> $ anzsic_group "Nursery and Floriculture Production", "Nurse…
#> $ anzsic_class_code "111", "112", "113", "114", "115", "121", "12…
#> $ anzsic_class "Nursery Production (Under Cover)", "Nursery …
-#> $ anzsic_division_f "Agriculture, Forestry and Fishing", "Agricul…
-#> $ anzsic_subdivision_f Agriculture, Agriculture, Agriculture, Agricu…
-#> $ anzsic_group_f "Nursery and Floriculture Production", "Nurse…
-#> $ anzsic_class_f Nursery Production (Under Cover), Nursery Pro…
glimpse(asced_foe)
#> Rows: 439
-#> Columns: 9
+#> Columns: 6
#> $ foe2_code "01", "01", "01", "01", "01", "01", "01", "01", "01", "01",…
#> $ foe2 "Natural and Physical Sciences", "Natural and Physical Scie…
-#> $ foe2_f Natural and Physical Sciences, Natural and Physical Science…
#> $ foe4_code "0100", "0101", "0101", "0101", "0101", "0103", "0103", "01…
#> $ foe4 "Natural and Physical Sciences, nfd", "Mathematical Science…
-#> $ foe4_f "Natural and Physical Sciences, nfd", "Mathematical Science…
#> $ foe6_code "010000", "010100", "010101", "010103", "010199", "010300",…
#> $ foe6 "Natural and Physical Sciences, nfd", "Mathematical Science…
-#> $ foe6_f "Natural and Physical Sciences, nfd", "Mathematical Science…
glimpse(asced_qual)
#> Rows: 64
-#> Columns: 9
+#> Columns: 6
#> $ qual1_code "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "2"…
#> $ qual1 "Postgraduate Degree Level", "Postgraduate Degree Level", …
-#> $ qual1_f Postgraduate Degree Level, Postgraduate Degree Level, Post…
#> $ qual2_code "11", "11", "11", "11", "11", "11", "12", "12", "12", "12"…
#> $ qual2 "Doctoral Degree Level", "Doctoral Degree Level", "Doctora…
-#> $ qual2_f Doctoral Degree Level, Doctoral Degree Level, Doctoral Deg…
#> $ qual3_code "111", "112", "113", "114", "115", "116", "121", "122", "1…
#> $ qual3 "Higher Doctorate", "Doctorate by Research", "Doctorate by…
-#> $ qual3_f Higher Doctorate, Doctorate by Research, Doctorate by Cour…
```