-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
53 lines (53 loc) · 1.44 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
49
50
51
52
53
Package: gbhs
Title: Lifebrain Global Brain Health Survey Data
Version: 0.0.1.9000
Authors@R: c(
person("Athanasia Mo", "Mowinckel",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5756-0223"))
)
Description: Between June 2019 and August 2020, Lifebrain conducted the
Global Brain Health Survey to collect data on people’s perceptions of
brain health and willingness to take care of their brain by adopting
new lifestyles. The survey was conducted online and translated into
14 languages to reach as many people as possible. In total, it
collected 27,590 responses from people in 81 countries. This package
contains code and data from this survey.
License: CC BY 4.0 + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
LazyData: true
LazyDataCompression: xz
Imports:
scales,
tibble,
stringr,
rmarkdown,
patchwork,
viridis,
rlang,
ggplot2 (>= 3.3),
glue,
broom,
dplyr (>= 1.0.0),
tidyr (>= 1.0.0)
Depends:
R (>= 4.1.0)
Suggests:
testthat (>= 3.0.0),
gapminder,
here,
jsonlite,
knitr,
nettskjemar,
openxlsx,
kableExtra,
tidyverse,
readr
Config/testthat/edition: 3
URL: https://github.com/Lifebrain/gbhs,
https://lifebrain.github.io/gbhs/
BugReports: https://github.com/Lifebrain/gbhs/issues
VignetteBuilder: knitr