-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
69 lines (58 loc) · 1.41 KB
/
_pkgdown.yml
File metadata and controls
69 lines (58 loc) · 1.41 KB
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
url: https://farach.github.io/cmapr/
logo: man/figures/cmapr-hex.png
template:
bootstrap: 5
navbar:
structure:
left: [reference, articles, news]
right: [github]
reference:
- title: "Data Loading"
desc: "Functions to download and load CMap data"
contents:
- download_cmap_data
- load_cmap_data
- load_title_map
- load_sector_specialization
- load_validated_promotions
- load_unvalidated_promotions
- cmap_example_data
- title: "Career Path Analysis"
desc: "Analyze promotion paths and career progressions"
contents:
- find_career_paths
- career_ladder
- title: "Network Analysis"
desc: "Convert data for graph/network analysis"
contents:
- as_igraph
- as_tidygraph
- network_summary
- title: "Data Summarization"
desc: "Summarize and analyze career transitions"
contents:
- summarize_transitions
- top_transitions
- promotion_rate
- sector_profile
- title_frequency
- title: "Utilities"
desc: "Helper functions"
contents:
- find_csv_files
- read_csvs
- normalize_names
- validate_dir
- cmap_log
- model_data
articles:
- title: "Get Started"
contents:
- intro
- title: "Analyzing Career Mobility"
contents:
- exploring_career_mobility
news:
one_page: true
github:
url: "https://github.com/farach/cmapr"