runapp-aus / strayr

A catalogue of ready-to-use ABS coding structures. Package documentation can be found here: https://runapp-aus.github.io/strayr/
45 stars 14 forks source link

In the ANZSIC 2006 table, subdivision 69 is named incorrectly #91

Closed aaronw22 closed 1 year ago

aaronw22 commented 1 year ago

In the data.frame anzsic2006, subdivision 69, which has name "Professional, Scientific and Technical Services (Except Computer System Design and Related" is missing a word at the end as the correct ANZSIC name is "Professional, Scientific and Technical Services (Except Computer System Design and Related Services)".

williamlai2 commented 1 year ago

It looks like the dataset is created here: https://github.com/runapp-aus/strayr/blob/master/data-raw/create_anzsic2006.R but originally comes from here: https://raw.githubusercontent.com/asiripanich/anzsic/master/anzsic_2006.csv in this repo: https://github.com/asiripanich/anzsic

MattCowgill commented 1 year ago

Well spotted @aaronw22!

I'm short on time this week so can't fix this - if anyone else is able, I'd gladly review a pull request

williamlai2 commented 1 year ago

I put in a pull request at the source (which would fix this issue). Otherwise the source could be changed to something else.

peteowen1 commented 1 year ago

this issue can be closed