Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Studying the course and solving all exercises #27

Open
wants to merge 44 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
bf590db
Update README.md
OmarBinSaad Dec 31, 2022
a037657
explane and save all the code in file name: EveryThingInTheCourse.
OmarBinSaad Jan 1, 2023
c2c6539
Write a new codes.
OmarBinSaad Jan 1, 2023
15e091d
add more code.
OmarBinSaad Jan 2, 2023
f4bc93c
code
OmarBinSaad Jan 2, 2023
d5378d1
info
OmarBinSaad Jan 2, 2023
3f60b12
info.
OmarBinSaad Jan 2, 2023
213df50
plotly.ggplot
OmarBinSaad Jan 2, 2023
b643bb8
Info
OmarBinSaad Jan 2, 2023
4f111d9
info
OmarBinSaad Jan 3, 2023
5aee4b2
code + image.
OmarBinSaad Jan 3, 2023
3ccd8cc
How to save data, adding new dataset.
OmarBinSaad Jan 3, 2023
d816368
chang saving files code to the best practice code.
OmarBinSaad Jan 3, 2023
dd1d35d
change YAML theme and add info about it, fixing errors in Knit, addi…
OmarBinSaad Jan 3, 2023
7318dd9
.
OmarBinSaad Jan 3, 2023
c7d7679
prettydoc library.
OmarBinSaad Jan 3, 2023
5210e67
More info.
OmarBinSaad Jan 3, 2023
227f890
.
OmarBinSaad Jan 3, 2023
34986b1
Initial commit
OmarBinSaad Jan 3, 2023
c3b09ff
Distill informationn.
OmarBinSaad Jan 3, 2023
16d17a5
files new locate
OmarBinSaad Jan 3, 2023
2774180
info
OmarBinSaad Jan 3, 2023
66d1bc3
info.
OmarBinSaad Jan 3, 2023
5006034
renv library.
OmarBinSaad Jan 3, 2023
64afadb
###pivot longer and wider.
OmarBinSaad Jan 3, 2023
02cd563
Training for pivot with Batool data.
OmarBinSaad Jan 4, 2023
8cc423e
info.
OmarBinSaad Jan 4, 2023
1fb0277
info.
OmarBinSaad Jan 6, 2023
5e77c81
Delete everyThingInTheCourse.docx
OmarBinSaad Jan 6, 2023
f894da2
Delete everyThingInTheCourse.html
OmarBinSaad Jan 6, 2023
3019c96
Delete everyThingInTheCourse.Rmd
OmarBinSaad Jan 6, 2023
1165b88
Delete everyThingInTheCourse.log
OmarBinSaad Jan 6, 2023
e62970c
Delete everyThingInTheCourse.tex
OmarBinSaad Jan 6, 2023
f9dcad1
Creat summary for librarys.
OmarBinSaad Jan 6, 2023
714dda1
Summary.rmd
OmarBinSaad Jan 6, 2023
1b950bd
gitignor test
OmarBinSaad Jan 6, 2023
9aaea68
Upload summary
OmarBinSaad Jan 6, 2023
bf9c4d4
Summary upload.
OmarBinSaad Jan 6, 2023
b79ff02
test
OmarBinSaad Jan 6, 2023
0804705
test
OmarBinSaad Jan 6, 2023
08dc3a6
Upload Sammary for the packages.
OmarBinSaad Jan 6, 2023
4e72af3
Delete Distill_blog/Distill_Blog directory
OmarBinSaad Jan 7, 2023
3771f7e
Delete unnecessary documents
OmarBinSaad Jan 7, 2023
33228dc
Delete unnecessary files.
OmarBinSaad Jan 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .Rprofile

This file was deleted.

4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ vignettes/*.pdf

# R Environment Variables
.Renviron

.everyThingInTheCourse
.gitignore

Empty file added .nojekyll
Empty file.
5 changes: 5 additions & 0 deletions Dis.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.Rproj.user
.Rhistory
.Rdata
.httr-oauth
.DS_Store
22 changes: 22 additions & 0 deletions Lib.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
library_name,library_function,code_exampile,library_documentation
tidyverse,collection of R packages designed for data science,read_csv(),https://www.tidyverse.org/packages/
tidyverse(tidyr),provides a set of functions that help you get to tidy data,tidyr::pivot_longer(),https://www.rdocumentation.org/packages/tidyr/versions/1.2.1
tidyverse(ggplot2),produce the plots,"ggplot(Datafile, aes(x=no_of_member, y=no_of_member))+ geom_point()",https://ggplot2.tidyverse.org/reference/
here, enable easy file referencing in project-oriented workflows,setwd(),https://here.r-lib.org/
plotly,creating interactive web-based graphs,plotly(graph_name),https://plotly.com/r/
prettydoc,Creating tiny yet beautiful documents and vignettes from R Markdown,"prettydoc::html_pretty:
theme: cayman
highlight: github",https://prettydoc.statr.me/
ymlthis,"help you write YAML metadata for R Markdown documents and related tools like blogdown, bookdown, and pkgdown","author: [email protected]
date: '`r format(Sys.Date())`'
title: Untitled
output: html_document
description: This YAML for explination purpose for DR.Batool course
fontsize: 12pt",https://pyyaml.org/wiki/PyYAMLDocumentation
usethis,facilitates interactive workflows for R project creation and development,usethis::browse_github(),https://usethis.r-lib.org/
devtools,make package development easier by providing R functions that simplify and expedite common tasks,devtools::github_pull(),https://devtools.r-lib.org/
roxygen2,to make documenting your code as easy as possible,"roxygen2::init()
",https://cran.r-project.org/web/packages/roxygen2/vignettes/roxygen2.html
janitor,examining and cleaning dirty data,"janitor::clean_names()
",https://www.rdocumentation.org/packages/janitor/versions/2.1.0
renv,dependency manager,renv::snapshot(),https://rstudio.github.io/renv/articles/renv.html
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ All Slides associated with the course can be found in [Zenodo](https://doi.org/1
## Partcipants in the course:

- Mona Alsharif
- Omar Alsharif
- Abdullah Sami
- basma almllah
- Hani Almohammadi
Expand Down
58 changes: 58 additions & 0 deletions Summary.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
title: "Summary"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like this summary, thank you for adding it!

output: html_document
date: "2023-01-06"
---

# Call the library we need
```{r}
library(tidyverse)
library(here)
```

# Input data in data frame.
```{r}
Final<- data.frame(
library_name = c("tidyverse","tidyverse(tidyr)","tidyverse(ggplot2)","here","plotly","prettydoc","ymlthis","usethis","devtools"

,"roxygen2","janitor","renv"),



library_function = c("collection of R packages designed for data science","provides a set of functions that help you get to tidy data","produce the plots"," enable easy file referencing in project-oriented workflows","creating interactive web-based graphs"
,"Creating tiny yet beautiful documents and vignettes from R Markdown"

,"help you write YAML metadata for R Markdown documents and related tools like blogdown, bookdown, and pkgdown","facilitates interactive workflows for R project creation and development",

"make package development easier by providing R functions that simplify and expedite common tasks","to make documenting your code as easy as possible","examining and cleaning dirty data","dependency manager"),


code_exampile = c("read_csv()","tidyr::pivot_longer()","ggplot(Datafile, aes(x=no_of_member, y=no_of_member))+ geom_point()","setwd()","plotly(graph_name)","prettydoc::html_pretty:
theme: cayman
highlight: github","author: [email protected]
date: '`r format(Sys.Date())`'
title: Untitled
output: html_document
description: This YAML for explination purpose for DR.Batool course
fontsize: 12pt","usethis::browse_github()","devtools::github_pull()","roxygen2::init()
"
,"janitor::clean_names()
","renv::snapshot()"),


library_documentation = c("https://www.tidyverse.org/packages/","https://www.rdocumentation.org/packages/tidyr/versions/1.2.1","https://ggplot2.tidyverse.org/reference/", "https://here.r-lib.org/","https://plotly.com/r/","https://prettydoc.statr.me/","https://pyyaml.org/wiki/PyYAMLDocumentation","https://usethis.r-lib.org/","https://devtools.r-lib.org/","https://cran.r-project.org/web/packages/roxygen2/vignettes/roxygen2.html","https://www.rdocumentation.org/packages/janitor/versions/2.1.0","https://rstudio.github.io/renv/articles/renv.html")
)
```
#Save
```{r}
write_csv(Final,here("Summary_omar/Output","Lib.csv"))
View(Final)
```








Loading