-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added information about two R files used in the book.
- Loading branch information
1 parent
7fce422
commit c429c1c
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |