-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_site.yml
57 lines (57 loc) · 1.64 KB
/
_site.yml
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
name: "Kazutan.R"
navbar:
title: "Kazutan.R"
left:
- text: "about"
href: about.html
- text: "データ操作"
menu:
- text: "データセット操作(dplyr, tidyr)"
href: data_handling.html
- text: "文字列操作(stringr)"
href: stringr-intro.html
- text: "factor型データ操作(forcats)"
href: forcats_test.html
- text: "可視化"
menu:
- text: "ggplot2によるプロット"
href: ggplot2_links.html
- text: "DTによる表作成"
href: DT_demo.html
- text: "leafletによる地図プロット"
href: leaflet_d.html
- text: "plotly入門"
href: plotly_intro.html
- text: "R Markdown"
menu:
- text: "R Markdown入門"
href: Rmd_intro.html
- text: "R Markdownでダッシュボード"
href: fdb_intro.html
- text: "セミナー"
menu:
- text: "データハンドリング入門(2017/7/31)"
href: https://kazutan.github.io/kazutanR/hands_on_170730/index.html
- text: "その他"
menu:
- text: "webshotによるキャプチャ"
href: webshot_demo.html
- text: "corrrによる相関行列の操作・可視化"
href: corrr_test.html
- text: "小ネタ集"
href: koneta_top.html
right:
- icon: fa-github
href: https://github.com/kazutan/kazutanR/
output:
html_document:
theme: cosmo
highlight: textmate
toc: true
toc_float:
collapse: false
df_print: "tibble"
include:
after_body: footer.html
css: site_style.css
output_dir: "docs"