-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
55 lines (40 loc) · 909 Bytes
/
_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
51
destination: docs
url: https://knapply.github.io/tweetio
template:
params:
bootswatch: cerulean
ganalytics: UA-140885143-4
navbar:
right:
- icon: fa-twitter
href: https://twitter.com/knapply_
- icon: fa-github fa-lg
href: https://github.com/knapply/tweetio
reference:
- title: File I/O
contents:
- read_tweets
- read_tweets_bulk
- write_tweet_csv
- write_tweet_xlsx
- write_tweet_excel
- write_graphml
- title: Network Analysis
contents:
- as_proto_net
- as_tweet_igraph
- as_tweet_network
- title: Spatial Analysis
contents:
- as_tweet_sf
- title: Extraction
contents:
- extract_statuses
- extract_users
- title: Information Operations Campaigns
contents:
- io_campaign_metadata
- title: Miscellaneous
contents:
- example_tweet_file
- tweetio_options