-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
57 lines (52 loc) · 1.25 KB
/
_quarto.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
project:
type: book
output-dir: _book
book:
title: "R Programlama"
author:
name: "Muhammed Fatih Tüzen"
url: https://www.linkedin.com/in/dr-m-fatih-t-2b2a4328/
reader-mode: true
page-footer:
left: |
© 2023, [Muhammed Fatih Tüzen](https://www.linkedin.com/in/dr-m-fatih-t-2b2a4328/)
right: |
Bu kitap [Quarto](https://quarto.org/) ile hazırlanmıştır.
cover-image: cover.png
site-url: https://rprogramlama.netlify.app/
repo-url: https://github.com/MFatihTuzen/r-book-tr
repo-actions: [edit,issue]
#page-navigation: true
chapters:
- index.qmd
- r_about.qmd
- part: R_intro.qmd
chapters:
- basics.qmd
- data_types.qmd
- functions.qmd
- if_else_for.qmd
- date_time.qmd
- strings.qmd
- apply.qmd
- import_export.qmd
- data_manipulation.qmd
- data_transformation.qmd
- data_join.qmd
- data_analysis.qmd
- ggplot2.qmd
- data_preprocess.qmd
- statistics.qmd
- regresyon.qmd
language:
title-block-author-single: "Yazar"
toc-title-document: "İçindekiler"
format:
html:
theme:
light: sandstone
dark: cyborg
css: styles.css
pdf:
documentclass: scrreprt
editor: visual