forked from jtr13/cc22tt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_bookdown.yml
More file actions
67 lines (58 loc) · 1.67 KB
/
_bookdown.yml
File metadata and controls
67 lines (58 loc) · 1.67 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
book_filename: "cc22"
new_session: true
before_chapter_script: _common.R
delete_merged_file: true
language:
ui:
chapter_name: "Chapter "
# Chapter ordering
rmd_files: [
# Part: Introduction
'index.Rmd', # must be first chapter
'assignment.Rmd',
'instructions.Rmd',
'sample_project.Rmd',
# Part: Cheatsheets
'r_window_functions_cheatsheet.Rmd',
'chunk_option_cheatsheet.Rmd',
'helpful_ggplot2_extensions_cheatsheet.Rmd',
'EDAV_Commonly_Used_Graph_Cheatsheet.Rmd',
'git_cheatsheet.Rmd',
'plots_for_bioinfo_cheatsheet.Rmd',
'worldMapCheatSheet.Rmd',
'color_r_python_css.Rmd',
'colorPalettesDV_cheatsheet.Rmd',
'python_seaborn_data_vis.Rmd',
'machine_learning_cheatsheet_for_r_and_python.Rmd',
'r_vs_matlab_graph.Rmd',
'ggplot2_to_python.Rmd',
# Part: Tutorials
'time_series_visualization_project.Rmd',
'how_to_use_sqldf.Rmd',
'googleVis.Rmd',
'vector_field_tutorial.Rmd',
# 'a_summary_of_interactive_chart.Rmd',
# 'mapview_tutorial.Rmd',
'r_data_cleaning.Rmd',
'shiny_app_intro.Rmd',
'python_missingno_tutorial.Rmd',
'data_explorer_tutorial.Rmd',
'3d_visualization_in_r.Rmd',
'visualization_time_series.Rmd',
'igraph-in-r.Rmd',
'geomap_api.Rmd',
'edav_garden.Rmd',
'raster_overview.Rmd',
'make_geographical_maps_with_different_packages.Rmd',
'api_json_tutorial.Rmd',
# Part: Interview Prep
'ten_interview_questions.Rmd',
'data_science_internship_search_guide.Rmd',
'data_visualization_interview_questions_sample.Rmd',
# Part: Case Studies
'benford_case_study.Rmd',
# Part: Workshops
# Part: Appendices
'appendix_initial_setup.Rmd', # contains PART header
'appendix_pull_request_tutorial.Rmd'
]