We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently wide, eg:
library(strayr) #> Loading required package: absmapsdata anzsco #> # A tibble: 1,180 x 11 #> anzsco_major_code anzsco_major anzsco_submajor_… anzsco_submajor #> <chr> <chr> <chr> <chr> #> 1 1 Managers 10 Managers, nfd #> 2 1 Managers 11 Chief Executives, General M… #> 3 1 Managers 11 Chief Executives, General M… #> 4 1 Managers 11 Chief Executives, General M… #> 5 1 Managers 11 Chief Executives, General M… #> 6 1 Managers 11 Chief Executives, General M… #> 7 1 Managers 11 Chief Executives, General M… #> 8 1 Managers 11 Chief Executives, General M… #> 9 1 Managers 11 Chief Executives, General M… #> 10 1 Managers 12 Farmers and Farm Managers #> # … with 1,170 more rows, and 7 more variables: anzsco_minor_code <chr>, #> # anzsco_minor <chr>, anzsco_unit_code <chr>, anzsco_unit <chr>, #> # anzsco_occupation_code <chr>, anzsco_occupation <chr>, skill_level <chr>
But there are use-cases for having this structure in long-form, as suggested by @daviddiviny .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently wide, eg:
But there are use-cases for having this structure in long-form, as suggested by @daviddiviny .
The text was updated successfully, but these errors were encountered: