-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathbackground.html
51 lines (31 loc) · 1.35 KB
/
background.html
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
<html>
<head>
<style>
img {
border: 1px solid black;
}
</style>
</head>
<body>
<h2>dplyr</h2>
<a href="en/dplyr.svg"><img src="en/dplyr.svg" alt="dplyr" size="90%" /></a>
<h2>select</h2>
<a href="en/select.svg"><img src="en/select.svg" alt="dplyr select" size="90%" /></a>
<h2>filter</h2>
<a href="en/filter.svg"><img src="en/filter.svg" alt="dplyr filter" size="90%" /></a>
<h2>mutate</h2>
<a href="en/mutate.svg"><img src="en/mutate.svg" alt="dplyr mutate" size="90%" /></a>
<h2>group_by and summarize</h2>
<a href="en/group_by-summarize.svg"><img src="en/group_by-summarize.svg" alt="dplyr group_by and summarize" size="90%" /></a>
<h2>data types</h2>
<a href="en/data-types.svg"><img src="en/data-types.svg" alt="data types" size="90%" /></a>
<h2>pivoting</h2>
<a href="en/pivoting.svg"><img src="en/pivoting.svg" alt="pivoting" size="90%" /></a>
<h2>separate - extract - unite</h2>
<a href="en/separate-extract-unite.svg"><img src="en/separate-extract-unite.svg" alt="separate - extract - unite" size="90%" /></a>
<h2>factors</h2>
<a href="en/factors.svg"><img src="en/factors.svg" alt="factors" size="90%" /></a>
<h2>R Markdown</h2>
<a href="en/rmarkdown.svg"><img src="en/rmarkdown.svg" alt="R Markdown" size="90%" /></a>
</body>
</html>