-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
64 lines (56 loc) · 1.64 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
url: https://castarter.tadadit.xyz/
home:
title: Content Analysis Starter Toolkit for the R programming language
lang: en
template:
bootstrap: 5
bootswatch: lux
bslib:
pkgdown-nav-height: 100px
articles:
- title: Step by step
navbar: ~
contents:
- '`articles/0-key-concepts`'
- '`articles/1-getting-index`'
- '`articles/2-extracting-links`'
- '`articles/3-downloading-files`'
- '`articles/4-extracting-contents`'
- '`articles/5-data-exploration-analysis`'
- '`articles/6-data-quality`'
- '`articles/7-archiving-file-management`'
- '`articles/8-updating-datasets`'
- '`articles/castarter-workflow`'
- title: Technical details
navbar: Technical details
contents:
- '`castarter-database`'
- '`castarter-shiny-modules`'
reference:
- title: Settings
- description: Set and retrieve parameters that are valid throughout the current session
- contents:
- cas_set_options
- cas_set_db
- cas_set_db_folder
- cas_get_db_folder
- cas_get_db_settings
- title: Compress, archive, and backup files
- contents:
- cas_archive
- cas_backup_gd
- title: Caching
- contents:
- has_concept("database functions")
- starts_with("casdb_")
- title: Shiny modules
- description: These are shiny modules used in the main Shiny app. Some of them can be used for illustrative purposes elsewhere, or integrated in other Shiny apps
- contents:
- starts_with("cass_")
- title: Other functions
- contents:
- starts_with("cas_")
- title: Functions interacting with the Internet Archive's Wayback Machine
- description: Check availability of URLs in the Wayback machine, and store them if needed
- contents:
- starts_with("cas_ia_")