Skip to content

paezha/my-first-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-first-repo

This is my first repository.

It contains several folders with assets.

  • Folder images contains jpeg, bmp, and so on files that I need for my documents.
  • Folder plots contains images that I generate through code, possibly for publisher.

The function print() will display the argument on the screen.

print("Hello, World")
#> [1] "Hello, World"

When you save the notebook, an HTML file containing the code and output will be saved alongside it (click the Preview button or press Ctrl+Shift+K to preview the HTML file).

The preview shows you a rendered HTML copy of the contents of the editor. Consequently, unlike Knit, Preview does not run any R code chunks. Instead, the output of the chunk when it was last run in the editor is displayed.

Lists

This is a list of bullet points:

  • Item A
  • Item B
  • Item C

This is a numbered list:

  1. Item 1
  2. Item 2
  3. Item 3

Tables

A table:

First Header Second Header
Content Cell Content Cell
Content Cell Content Cell

Mathematics

$$ y = x^2 $$

This is a fraction: $$ \frac{a}{b} $$

Greek letters: $$ \alpha $$

Git

This repository now is set up for git.

Github

I also set up or I’m working to set up a github repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages