-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 949 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: lfsclean
Type: Package
Title: Labour Force Survey (LFS) Data Wrangling
Version: 1.1.6
Author: person(given = "Damon",
family = "Morris",
role = c("aut", "cre"),
email = "d.j.morris@sheffield.ac.uk",
comment = c(ORCID = "0000-0001-6757-5333"))
Maintainer: Damon Morris <d.j.morris@sheffield.ac.uk>
Description: Reads in raw Labour Force Survey data obtained under the End User License from the UK Data Service
and applies functions to clean demographic and labour market variables. The package contains functionality to
clean the quarterly cross-sectional datasets beginning in Q1 1993, and the 5-quarter longitudinal datasets beginning
with the 2020-q1 to 2021-q1 dataset.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Depends:
R (>= 3.6.1)
Imports:
dplyr,
stringr,
data.table,
zoo
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr