-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
50 lines (44 loc) · 1.03 KB
/
_pkgdown.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
url: https://sorrychoe.github.io/RBigKinds/
home:
title: BigKinds Data Analysis Toolkit for R
authors:
Jaeseong Choe:
href: https://github.com/sorrychoe
template:
bootstrap: 5
bootswatch: flatly
reference:
- title: about RBigKinds
desc: RBigKinds is a library for Data Analysis of BigKinds data through R.
contents:
- RBigKinds
- subtitle: data preprocessing
contents:
- starts_with("head")
- starts_with("word")
- starts_with("keyword")
- ends_with("tfidf")
- ends_with("vector")
- ends_with("normalize")
- ends_with("dcm")
- subtitle: visualization
contents:
- ends_with("wordcloud")
- ends_with("words")
- ends_with("graph")
- subtitle: representation
contents:
- ends_with("counter")
- ends_with("range")
- subtitle: clustering
contents:
- ends_with("Kmeans")
- ends_with("DBSCAN")
- ends_with("modeling")
- subtitle: association
contents:
- starts_with("association")
footer:
structure:
left: developed_by
right: built_with