Convenience wrapper for the Labour Force Survey table of 15-and-over
population by labour-force status. Equivalent to
get_estat_curated("labour_force_survey", ...).
Arguments
- ...
Arguments passed on to
get_estatdecode_labelsIf
TRUE(default), join metadata labels onto the coded values.FALSEskips the metadata join entirely and returns just the coded columns — a power-user fast path.as_data_tableIf
TRUE, return the internaldata.tabledirectly instead of converting to a tibble, for bulk-analysis users who don't want even the boundary conversion. Defaults toFALSE.limitMaximum number of rows to return.
NULL(default) returns all matching rows.checkpointOptional path to a checkpoint file for resumable pulls (see
estat_stats_data()).geometryIf
TRUE, join e-Stat boundary polygons onto the result byarea_codeand return an sf object for choropleth mapping (seeestat_join_geometry()). Requires the sf package anddecode_labels = TRUE. Defaults toFALSE.geometry_level,geometry_year,geometry_datum,geometry_designated_citiesPassed to
estat_join_geometry()whengeometry = TRUE. Matchgeometry_yearto the census year of your data.langLabel language:
"E"for English (the package default, settable withoptions(estatr.lang = )) or"J"for Japanese. Tables that have no English release fall back to Japanese automatically, with a warning.keye-Stat appId. Defaults to the stored key.
Value
The tidy tibble from get_estat().