-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPresentation.Rmd
72 lines (52 loc) · 1.35 KB
/
Presentation.Rmd
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
---
title: "Presentation about Dogs"
author: "Revathy Ponnambalam"
date: "2022/10/01"
output:
xaringan::moon_reader:
lib_dir: libs
nature:
highlightStyle: github
highlightLines: true
countIncrementalSlides: false
---
class: center, middle
#Dogs are the best pet animals
## cats and birds are other famous pet animals
---
class: center, middle
# Breeds of dogs
there are more breeds of dogs present aroundthe world and the top 7 famous breeds are as follows:
#### Golden retriever.
#### Labrador retriever.
#### French bulldog.
#### Beagle.
#### German shepherd dog.
#### Poodle.
#### Bulldog
---
class: center, middle
# How many dogs will a person come across in his life??
```{r, echo= FALSE }
print("everyone would have come across more than 10 dogs in their life")
print("Golden Retriever are the cutest")
print("I don't think anyone is who has not seen a dog")
```
---
# Which breed lives the longest
## Jack Russell Terriers had life expectency of 12.72 years, followed by Yorkshire Terriers (12.54 years), Border Collies (12.10 years), and Springer Spaniels (11.92 years)
--
I wish my dog lives the longest too
--
---
# How many dogs have I owned
## I have owned two dogs till now and I really miss my dog alot.
```{r}
first <- 1
second <- 2
total <- first + second
print(total)
```
---
class: center, middle
# Thanks!