A mvp/prototype implementation of a summary dashboard for some key Statistics Canada Labour Force Survey measures—Statistics Canada's Labour Force Survey is a monthly survey which measures the current state of the Canadian labour market.
Statistics Canada Labour Force Survey
Labour Force Survey data are sourced from the Statistics Canada Labour Force Survey, released under the Statistics Canada Open Licence, using the cansim
R package:
- Statistics Canada Table 14-10-0287-03: Labour force characteristics by province, monthly, seasonally adjusted
- Statistics Canada Table 14-10-0293-02: Labour force characteristics by economic region, three-month moving average, unadjusted for seasonality
- Statistics Canada Table 14-10-0288-01: Employment by class of worker, monthly, seasonally adjusted and unadjusted, last 5 months
British Columbia Census Economic Regions
Current Census Economic Regions geospatial data, released under the Statistics Canada Open Licence, are sourced from the B.C. Data Catalogue using the bcdata
R package.
This report is built with the flexdashboard
R package using the lfs-prototype.Rmd
script. Data are sourced and tidied in the get-data.R
script. Required R packages are listed (and loaded) with the setup.R
script.
No active development
To report bugs/issues/feature requests, please file an issue.
If you would like to contribute, please see our CONTRIBUTING guidelines.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Copyright 2020 Province of British Columbia
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.
This project was created using the bcgovr package.