-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
48 lines (48 loc) · 1.27 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: tidyYRBS
Title: Tidy High School District YRBS data to be easily joined to other sets
by District and year
Version: 0.0.0.9002
Authors@R:
c(
person(
given = "Catalina",
family = "Cañizares",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6854-5205")
),
person(
given = "Mark",
family = "MacGowan",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-8505-5515")
),
person(
given = "Gabriel",
family = "Odom",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-9856-5901")
)
)
Description:
Pre-processed data and helper functions to analyze risky behaviors in
adolescets from the YRBS High School District Dataset in R. Also, it
allows to easily merge the YRBS High School District Dataset to other
data sets that contain District and year information in the U.S.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Depends:
R (>= 3.1),
dplyr
LazyData: false
Suggests:
rUM,
conflicted,
tidyverse,
knitr,
rmarkdown
VignetteBuilder: knitr