-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathBorid.Rmd
47 lines (32 loc) · 1.38 KB
/
Borid.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
---
title: "Borid"
author: "Daniel Antal"
date: "2022-10-03"
output: md_document
---
# Handshake with @Borid
```{r setup, include=FALSE}
library(here)
#This a code that will be used to translate this document to pdf or epub.
knitr::opts_chunk$set(echo = TRUE)
```
## Star the repository
```{r sampleimg}
# By the way this is how you include a png file as illustration from
# ../png/linux/github_star_repository.png
knitr::include_graphics(here("png", "linux", "github_star_repository.png"))
```
## Download this file
Follow the steps here: [First_steps_Github.md](https://github.com/antaldaniel/new-contributors/blob/main/First_steps_Github.md)
## Hello, world!
Please, write here something like, "Hi, I am Borbála Dömötörfy"
## Add a file to the png folder
Choose any png file that you like (and which is royalty free, not too big), and place it on your drive to the `/png/subfolder` of your local repository copy. The name of the png file should be changed below:
```{r yourpng, eval=FALSE}
# By the way this is how you include a png file as illustration from
# ../png/<your_filename>.png
knitr::include_graphics(here("png", "<yourfilename.png>"))
# Set eval=TRUE when done. It is set to FALSE because "<yourfilename.png>" does not exist.
```
## Sync it with us!
Follow the steps here: [First_steps_Github.md](https://github.com/antaldaniel/new-contributors/blob/main/First_steps_Github.md)