Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Added information about two R files used in the book.
  • Loading branch information
FulyaGokalp2 authored Feb 15, 2024
1 parent 7fce422 commit c429c1c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Reproducible_pipelines_book_club/Meeting_05/readme
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
This workshop delves into Chapter 9 of the book “Building Reproducible Analytical Pipelines with R” by Bruno Rodrigues. This chapter marks the beginning of Part 2: "Write IT down," within the book.

The workshop aims to provide participants with a comprehensive understanding of the concepts outlined in Chapter 9, focusing on practical implementation. All workshop materials are housed within this designated folder.

Here are the two R files previously generated in the book and utilized again in Chapter 9:

save_data.R: https://is.gd/7PhUjd
analysis.R: https://is.gd/X7XXJg

Please save them and add them to a folder, you may name it "housing".

I used the following two codes in the terminal to download the scripts one more time:

wget --content-disposition https://is.gd/7PhUjd
wget --content-disposition https://is.gd/X7XXJg

0 comments on commit c429c1c

Please sign in to comment.