View source: R/find_lfs_series.R
find_lfs_series | R Documentation |
Based on internal data object created using create_lfs_lookup()
find_lfs_series(
indicator,
series_type = "seasonally adjusted",
state = "",
sex = "",
age = "",
industry = "",
industry_subdiv = "",
occupation = "",
sa4 = "",
sector = "",
gcc_restofstate = "",
duration_of_unemp = "",
education_attendance = "",
highest_ed = "",
status_in_emp = "",
market_nonmarket = "",
hours = "",
duration_with_employer = "",
exp_future_emp = "",
current_lfs = "",
marital_status = "",
relship_in_hhold = "",
dependents = ""
)
indicator |
the indicator of interest, such as "unemployment rate". See
|
series_type |
Default is "seasonally adjusted"; alternatives is "trend" and "original". |
state |
Default is "", which means total / not specified. See |
sex |
Default is "", which means total / not specified. See |
age |
Default is "", which means total / not specified. See |
industry |
Default is "", which means total / not specified. See |
industry_subdiv |
Default is "", which means total / not specified. See |
occupation |
Default is "", which means total / not specified. See |
sa4 |
Default is "", which means total / not specified. See |
sector |
Default is "", which means total / not specified. See |
gcc_restofstate |
Default is "", which means total / not specified. See |
duration_of_unemp |
Default is "", which means total / not specified. See |
education_attendance |
Default is "", which means total / not specified. See |
highest_ed |
Default is "", which means total / not specified. See |
status_in_emp |
Default is "", which means total / not specified. See |
market_nonmarket |
Default is "", which means total / not specified. See |
hours |
Default is "", which means total / not specified. See |
duration_with_employer |
Default is "", which means total / not specified. See |
exp_future_emp |
Default is "", which means total / not specified. See |
current_lfs |
Default is "", which means total / not specified. See |
marital_status |
Default is "", which means total / not specified. See |
relship_in_hhold |
Default is "", which means total / not specified. See |
dependents |
Default is "", which means total / not specified. See |
Arguments can be supplied with either upper or lower case. They must otherwise identically match possible values for the category.
find_lfs_series()
is strict - it will only return time series ID(s) that
match the supplied arguments. To browse Labour Force series in a
more flexible, fuzzy-matched way, see ?browse_lfs_series()
.
Possible values for arguments:
"indicator"
"employed full-time"
"employed part-time"
"employed total"
"unemployed looked for full-time work"
"unemployed looked for only part-time work"
"unemployed total"
"labour force total"
"unemployment rate"
"participation rate"
"unemployment rate looked for full-time work"
"unemployment rate looked for only part-time work"
"employment to population ratio"
"not in the labour force (nilf)"
"civilian population aged 15 years and over"
"civilian population aged 15-24 years"
"civilian population aged 15-19 years"
"civilian population aged 15-64 years"
"monthly hours worked in all jobs"
"monthly hours worked in all jobs (employed full-time)"
"monthly hours worked in all jobs (employed part-time)"
"quarterly hours worked in all jobs"
"underemployed total"
"underemployment ratio (proportion of employed)"
"underemployment rate (proportion of labour force)"
"underutilisation rate"
"underemployed full-time (worked part-time for economic reasons)"
"underemployed part-time (prefer more hours)"
"underemployed full-time (expanded analytical series)"
"underemployed part-time (expanded analytical series)"
"underemployed full-time (prefer more hours)"
"underemployed part-time (worked less than usual hours for economic reasons)"
"underemployed total (expanded analytical series)"
"unemployment rate looked for only part time work"
"number of hours actually worked in all jobs"
"hours actually worked in all jobs per employed person"
"number of hours usually worked in all jobs"
"weekly hours usually worked in all jobs per employed person"
"number of actual hours worked in all jobs"
"hours actually worked in all jobs per capita"
"number of weeks searching for job"
"average duration of job search"
"median duration of job search"
"long-term unemployed"
"long-term unemployment ratio"
"unemployed"
"employed to population ratio"
"unemployed looked for both full-time and part-time work"
"unemployed looked for only full-time work"
"number of hours sought by unemployed"
"number of additional hours preferred or hours not worked by underemployed"
"number of potential hours in the labour force"
"volume measure of unemployment rate"
"volume measure of underemployment rate"
"volume measure of underutilisation rate"
"civilian population aged 20-64 years"
"engaged in employment and/or study"
"fully engaged in employment and/or study"
"partially engaged in employment and/or study"
"not engaged in either employment or study"
"engagement rate"
"fully engaged rate"
"civilian population aged 15-29 years"
"retrenched (in previous quarter)"
"employed total (previous quarter)"
"retrenchment rate"
"state"
""
"new south wales"
"queensland"
"tasmania"
"australian capital territory"
"western australia"
"northern territory"
"south australia"
"victoria"
"sex"
""
"males"
"females"
"age"
""
"20-24 years"
"45-54 years"
"40-44 years"
"55-64 years"
"35-44 years"
"65 years and over"
"55-59 years"
"15-24 years"
"15-64 years"
"25-29 years"
"35-39 years"
"25-34 years"
"30-34 years"
"50-54 years"
"45-49 years"
"15-19 years"
"60-64 years"
"20-29 years"
"20-64 years"
"55 years and over"
"industry"
""
"agriculture, forestry and fishing"
"education and training"
"accommodation and food services"
"arts and recreation services"
"transport, postal and warehousing"
"financial and insurance services"
"professional, scientific and technical services"
"health care and social assistance"
"electricity, gas, water and waste services"
"information media and telecommunications"
"mining"
"manufacturing"
"administrative and support services"
"public administration and safety"
"retail trade"
"rental, hiring and real estate services"
"other services"
"construction"
"wholesale trade"
"industry_subdiv"
""
"fishing, hunting and trapping"
"metal ore mining"
"non-metallic mineral mining and quarrying"
"electricity supply"
"food and beverage services"
"rail transport"
"motion picture and sound recording activities"
"telecommunications services"
"information media and telecommunications nfd"
"building cleaning, pest control and other support services"
"residential care services"
"oil and gas extraction"
"textile, leather, clothing and footwear manufacturing"
"petroleum and coal product manufacturing"
"water supply, sewerage and drainage services"
"water transport"
"other transport"
"financial and insurance services nfd"
"administrative services"
"public administration"
"education and training nfd"
"social assistance services"
"agriculture"
"agriculture, forestry and fishing nfd"
"food product manufacturing"
"beverage and tobacco product manufacturing"
"basic chemical and chemical product manufacturing"
"primary metal and metal product manufacturing"
"manufacturing nfd"
"internet service providers, web search portals and data processing services"
"rental and hiring services (except real estate)"
"tertiary education"
"adult, community and other education"
"heritage activities"
"repair and maintenance"
"personal and other services"
"printing (including the reproduction of recorded media)"
"polymer product and rubber product manufacturing"
"non-metallic mineral product manufacturing"
"fabricated metal product manufacturing"
"waste collection, treatment and disposal services"
"heavy and civil engineering construction"
"basic material wholesaling"
"retail trade nfd"
"accommodation"
"air and space transport"
"insurance and superannuation funds"
"property operators and real estate services"
"professional, scientific and technical services (except computer system design and related services)"
"defence"
"public order, safety and regulatory services"
"arts and recreation services nfd"
"aquaculture"
"forestry and logging"
"agriculture, forestry and fishing support services"
"exploration and other mining support services"
"furniture and other manufacturing"
"construction services"
"grocery, liquor and tobacco product wholesaling"
"motor vehicle and motor vehicle parts retailing"
"other store-based retailing"
"non-store retailing and retail commission-based buying and/or selling"
"postal and courier pick-up and delivery services"
"publishing (except internet and music publishing)"
"broadcasting (except internet)"
"rental, hiring and real estate services nfd"
"gambling activities"
"other services nfd"
"wood product manufacturing"
"pulp, paper and converted paper product manufacturing"
"construction nfd"
"other goods wholesaling"
"commission-based wholesaling"
"wholesale trade nfd"
"accommodation and food services nfd"
"road transport"
"transport support services"
"professional, scientific and technical services nfd"
"public administration and safety nfd"
"preschool and school education"
"hospitals"
"medical and other health care services"
"creative and performing arts activities"
"sports and recreation activities"
"coal mining"
"mining nfd"
"machinery and equipment manufacturing"
"gas supply"
"electricity, gas, water and waste services nfd"
"fuel retailing"
"food retailing"
"warehousing and storage services"
"transport, postal and warehousing nfd"
"internet publishing and broadcasting"
"library and other information services"
"auxiliary finance and insurance services"
"computer system design and related services"
"administrative and support services nfd"
"transport equipment manufacturing"
"building construction"
"machinery and equipment wholesaling"
"motor vehicle and motor vehicle parts wholesaling"
"finance"
"health care and social assistance nfd"
"private households employing staff and undifferentiated goods- and service-producing activities of households for own use"
"occupation"
""
"managers"
"technicians and trades workers"
"sales workers"
"labourers"
"clerical and administrative workers"
"machinery operators and drivers"
"professionals"
"community and personal service workers"
"sa4"
""
"sydney - south west"
"capital region"
"melbourne - north east"
"brisbane - east"
"brisbane - north"
"brisbane inner city"
"townsville"
"adelaide - central and hills"
"perth - inner"
"launceston and north east"
"northern territory - outback"
"central coast"
"melbourne - inner"
"ballarat"
"geelong"
"hume"
"latrobe - gippsland"
"adelaide - west"
"perth - north east"
"perth - south east"
"tasmania - west and north west"
"sydney - eastern suburbs"
"sydney - northern beaches"
"far west and orana"
"murray"
"mackay - isaac - whitsunday"
"wide bay"
"south australia - outback"
"south australia - south east"
"western australia - outback (north and south)"
"sydney - outer south west"
"new south wales - central west"
"mid north coast"
"new england and north west"
"riverina"
"melbourne - outer east"
"logan - beaudesert"
"moreton bay - north"
"adelaide - north"
"tasmania - south east"
"sydney - baulkham hills and hawkesbury"
"sydney - city and inner south"
"melbourne - south east"
"victoria - north west"
"central queensland"
"toowoomba"
"perth - south west"
"sydney - blacktown"
"sydney - inner south west"
"sydney - inner west"
"sydney - north sydney and hornsby"
"sydney - outer west and blue mountains"
"sydney - ryde"
"hunter valley exc newcastle"
"richmond - tweed"
"melbourne - inner east"
"melbourne - west"
"bendigo"
"warrnambool and south west"
"brisbane - south"
"moreton bay - south"
"darling downs - maranoa"
"queensland - outback"
"adelaide - south"
"bunbury"
"sydney - sutherland"
"newcastle and lake macquarie"
"southern highlands and shoalhaven"
"melbourne - north west"
"shepparton"
"brisbane - west"
"sunshine coast"
"barossa - yorke - mid north"
"sydney - parramatta"
"coffs harbour - grafton"
"illawarra"
"melbourne - inner south"
"mornington peninsula"
"ipswich"
"cairns"
"gold coast"
"mandurah"
"perth - north west"
"western australia - wheat belt"
"darwin"
"sector"
""
"public sector"
"private sector"
"gcc_restofstate"
""
"greater sydney"
"rest of nsw"
"rest of tas."
"rest of sa"
"rest of qld"
"greater hobart"
"rest of vic."
"greater melbourne"
"greater brisbane"
"greater adelaide"
"greater perth"
"rest of wa"
"duration_of_unemp"
""
"52 weeks and over (long-term unemployed)"
"under 4 weeks (under 1 month)"
"4 weeks and under 13 weeks (1-3 months)"
"52 weeks and under 104 weeks (1-2 years)"
"104 weeks and over (2 years and over)"
"13 weeks and under 26 weeks (3-6 months)"
"26 weeks and under 52 weeks (6-12 months)"
"under 52 weeks (under 12 months)"
"52 weeks and over (1 year and over)"
"under 52 weeks (under 1 year)"
"13 weeks and under 52 weeks (3-12 months)"
"under 13 weeks (under 3 months)"
"education_attendance"
""
"attending tertiary educational institution full-time"
"not attending full-time education"
"attending full-time education"
"attending school (aged 15-19 years)"
"attending tertiary educational institution part-time"
"attending educational institution"
"not attending educational institution"
"highest_ed"
""
"below year 10/no educational attainment"
"graduate diploma/graduate certificate"
"bachelor degree"
"advanced diploma/diploma"
"certificate iii/iv"
"year 11 or equivalent"
"postgraduate degree"
"year 10 or equivalent"
"year 12 or equivalent"
"status_in_emp"
""
"employee"
"owner manager of incorporated enterprise with employees"
"owner manager of incorporated enterprise without employees"
"owner manager of unincorporated enterprise with employees"
"owner manager of unincorporated enterprise without employees"
"contributing family worker"
"owner manager of enterprise without employees"
"employee with paid leave entitlements"
"employee without paid leave entitlements"
"owner manager"
"owner manager of enterprise with employees"
"market_nonmarket"
""
"market"
"rest of non-market"
"rest of market"
"non-market"
"hours"
""
"1-9 hours"
"20-29 hours"
"worked 1 hour or more"
"40-44 hours"
"60-69 hours"
"10-19 hours"
"worked fewer than 35 hours"
"35-39 hours"
"50-59 hours"
"did not work (0 hours)"
"30-34 hours"
"worked 35 hours or more"
"45-49 hours"
"70 hours or more"
"usually works 1 hour or more"
"usually works fewer than 35 hours"
"usually doesn't work (0 hours)"
"usually works 35 hours or more"
"duration_with_employer"
""
"with current employer or business for 12 months or more"
"with current employer or business for fewer than 12 months"
"exp_future_emp"
""
"changing jobs or seeking other employment"
"retiring"
"seasonal, temporary, fixed contract or casual job"
"expects to be with current employer or business in 12 months"
"employer or own business closing down or downsizing"
"does not expect to be with current employer or business in 12 months"
"expects to finish work for other reasons"
"returning to study, travelling, or family reasons"
"current_lfs"
""
"currently employed"
"currently unemployed"
"currently not in the labour force (nilf)"
"marital_status"
""
"married"
"not married"
"relship_in_hhold"
""
"husband, wife or partner"
"lone person"
"lone parent"
"other related individual"
"not living alone"
"family member"
"relationship not determined"
"non-family member"
"non-dependent child"
"visitor"
"dependent student"
"dependents"
""
"with no children under 15 and with dependent students"
"with children under 15"
"with non-dependent children only"
"with dependants"
"without dependants"
"without children"
A character vector of ABS Time Series ID(s) that match your query
browse_lfs_series
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.