-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog23.R
69 lines (45 loc) · 1.79 KB
/
blog23.R
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
54
55
56
57
58
59
60
61
62
63
64
65
66
library(distill)
library(blogdown)
library(postcards)
create_website(dir=".",title = "blog23",gh_pages = T)
create_article(file="index",template = "trestles",
package = "postcards")
create_theme("blog23-theme")
create_article(file="guid1")
create_post("Diabetes guidelines for older adults")
create_post("Cardiovascular disease prevention guidelines for older adults")
create_article(file="cvd")
create_post("Hypertension and cognitive aging")
create_post("Diabetes and cognitive aging")
create_post("Smoke and cognitive aging")
create_post("Physical activity and cognitive aging")
create_post("Diet and cognitive aging")
create_post("Body mass index and cognitive aging")
create_post("Blood cholesterol and cognitive aging")
create_post("Cerebral small vessel disease and cognitive aging")
create_article(file="cog_age")
create_post("Population aging and dementia burden globally and in Sweden")
create_post("Treatments for Alzheimer's disease")
create_post("Cost-effectiveness of treatments for Alzheimer's disease")
create_post("Consequences of dementia")
create_article(file = "data_protect")
create_post("")
create_article(file = "reg_com")
create_post("Comments by EMA and EMRN on real world evidence (2023)")
create_article(file="he")
create_post("Health economics-introduction")
create_article(file="hcs")
create_post("The Swedish health care system")
create_post("Burdens of caregivers")
create_article(file="warm")
create_post("The Travelling Cat Chronicles")
create_post("The gift")
create_post("Original writing-street book vendor")
create_article(file="dark")
create_post("")
create_post("")
create_article(file="songs")
create_post("Some heart-warming lyrics")
create_article(file="epi")
create_post("Propensity score methods in epidemiology")
create_post("Target trial emulation")