-
Notifications
You must be signed in to change notification settings - Fork 4
/
_pkgdown.yml
80 lines (77 loc) · 1.84 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
71
72
73
74
75
76
77
url: https://inseefrlab.github.io/rtauargus/
development:
mode: auto
template:
bootstrap: 5
bootswatch: sandstone
theme: breeze-light
home:
sidebar:
structure: [links, license, community, citation, authors, dev]
navbar:
structure:
left: [intro, reference, articles, tutorials, news]
right: [search, gitlab]
reference:
- title: Protect tables from tabular
desc: >
Functions for protecting magnitude and frequency tables from
one tabular data or from a set of linked tables.
contents:
- tab_multi_manager
- write_hrc2
- tab_rtauargus
- tab_rtauargus2
- tab_rtauargus4
- tabulate_micro_data
- title: Data
desc: >
Data to run examples
contents:
- activity_corr_table
- nuts23_fr_corr_table
- turnover_act_cj
- turnover_act_size
- turnover_nuts_cj
- turnover_nuts_size
- turnover_act_nuts_size
- datatest1
- datatest2
- indiv_dt
- title: Protect tables from microdata
desc: >
Functions for protecting magnitude and frequency tables, i.e. from
a microdataset. Original way to proceed but no longer the favored one.
contents:
- micro_rtauargus
- rtauargus_plus
- title: Step by step functions
desc: "Mostly internal functions"
contents:
- tab_rda
- tab_arb
- micro_asc_rda
- micro_arb
- run_arb
- import
- title: Others
contents:
- rtauargus_options
- write_hrc
- rtauargus-package
articles:
- title: Work with tabular data (Advised)
navbar: tabular-wise
contents:
- rtauargus
- rtauargus_fr
- protect_multi_tables
- protect_multi_tables_fr
- options_safety_rules
- options_safety_rules_fr
- split_tab_fr
- title: Work with microdata data (old version)
navbar: micro-wise
contents:
- rtauargus_micro
- rtauargus_micro_fr