-
Notifications
You must be signed in to change notification settings - Fork 13
/
_pkgdown.yaml
98 lines (94 loc) · 2.54 KB
/
_pkgdown.yaml
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
title: VOSONDash
url: http://vosonlab.github.io/VOSONDash
# authors:
# Bryan Gertzel:
# href: "https://vosonlab.net"
# html: "<span>VOSON Lab</span>"
navbar:
structure:
left:
- home
- news
- reference
- articles
right:
- vosonlab
- twitter
- github
components:
home:
icon: fa-home fa-lg
href: index.html
news:
icon: fa-newspaper
text: "Changelog"
href: news/index.html
reference:
icon: fa-cubes fa-lg
text: "Reference"
href: reference/index.html
articles:
icon: fa-book
text: Articles
menu:
- text: "VOSON Dashboard User Guide"
href: https://vosonlab.github.io/VOSONDashDocs/
icon: far fa-file-alt
- text: "Collecting YouTube comments with VOSONDash"
href: https://vosonlab.github.io/posts/2021-12-06-collecting-youtube-comments-with-vosondash
icon: far fa-file-alt
- text: "Collecting Twitter data with VOSONDash"
href: https://vosonlab.github.io/posts/2021-11-25-collecting-twitter-data-with-vosondash
icon: far fa-file-alt
- text: "Exploring issues in Reddit using VOSON Dash"
href: https://vosonlab.github.io/posts/2021-08-05-exploring-issues-in-reddit-using-voson-dash
icon: far fa-file-alt
- text: "Analysing online networks with VOSONDash"
href: https://vosonlab.github.io/posts/2021-08-06-analysing-online-networks-with-vosondash
icon: far fa-file-alt
vosonlab:
icon: fa-flask fa-lg
href: http://vosonlab.net/
twitter:
icon: fa-twitter-square fa-lg
href: https://twitter.com/vosonlab
github:
icon: fa-github fa-lg
href: https://github.com/vosonlab/VOSONDash
reference:
- title: Function Reference
desc: Available functions and helpers
contents:
- '`VOSONDash-package`'
- title: Shiny App
contents:
- '`runVOSONDash`'
- title: Network Graphs
contents:
- '`loadPackageGraph`'
- '`addAdditionalMeasures`'
- '`applyGraphFilters`'
- '`applyComponentFilter`'
- '`applyCategoricalFilters`'
- '`applyPruneFilter`'
- '`getVertexCategories`'
- title: Network Metrics
contents:
- '`getNetworkMetrics`'
- title: Text Analysis
contents:
- '`corpusFromGraph`'
- '`wordFreqFromCorpus`'
- '`wordCloudPlot`'
- '`wordFreqChart`'
- '`wordSentData`'
- '`wordSentChart`'
- '`wordSentValenceChart`'
- '`mixmat`'
- title: Social Media
contents:
- '`getRedditUrlSubreddit`'
- '`getRedditUrlThreadId`'
- '`getYoutubeVideoId`'
toc:
depth: 2