- Go to https://eft-tef.statcan.gc.ca/#/ and manually upload the 23 (i'm not kidding) .sas files in folder
SAS_scripts_for_RTRA
. Note that RTRA has a usage limit, so needs to be split over three days. - Create a new directory in
data/archived_data
with the name of last year e.g.2022
. - Move files from directory
data
into sub-directory you created above. - Return to https://eft-tef.statcan.gc.ca/#/ and download the 23 .csv files to folder
data
. - Open file
01_source_me.R
and change variablelast_full_year
to the previous year. - Source file
01_source_me.R
. - Check to make sure dates in output file
xxxx_LFS_data_sheet(xxxx-xxx-xx).xlsx
are correct: You might need to highlight entire sheet and (in libreoffice)data>calculate>formula to value
. - Get rid of excel formulas (from template): Menu/Data/Calculate/Formula to value.
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 2022 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.