-
Notifications
You must be signed in to change notification settings - Fork 9
/
_pkgdown.yml
70 lines (58 loc) · 1.38 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
template:
path: "inst/pkgdown"
params:
bootswatch: simplex
navbar:
components:
casestudy:
text: Case Study - Analysing Ngrams
href: articles/analysing-n-grams.html
structure:
left: [home, articles, casestudy, reference, news]
right: [search, github]
reference:
- title: Import metadata
desc: All functions in this category are to be applied to a single metadata file
contents:
- '`jst_get_article`'
- '`jst_get_authors`'
- '`jst_get_book`'
- '`jst_get_chapters`'
- '`jst_get_footnotes`'
- '`jst_get_references`'
- title: Batch import many files
contents:
- '`jst_import`'
- '`jst_import_zip`'
- '`jst_define_import`'
- title: Re-import files after batch conversion
contents:
- '`jst_re_import`'
- '`jst_combine_outputs`'
- title: Import full-text/ngram
contents:
- '`jst_get_full_text`'
- '`jst_get_ngram`'
- '`jst_subset_ngrams`'
- title: Augmentations
contents:
- '`jst_augment`'
- '`jst_clean_page`'
- '`jst_unify_journal_id`'
- '`jst_add_total_pages`'
- '`jst_get_total_pages`'
- title: Helper functions
contents:
- '`jst_get_file_name`'
- '`jst_example`'
- '`jst_preview_zip`'
- '`jst_get_journal_overview`'
- title: Top level documentation
contents:
- '`jstor`'
authors:
Thomas Klebel:
href: https://thomasklebel.eu
url: https://docs.ropensci.org/jstor
extra_packages:
- tidyverse