Skip to content

Commit

Permalink
#7 Reorg report (#8)
Browse files Browse the repository at this point in the history
* Update .gitignore

* Re structure report output
  • Loading branch information
conorheffron authored Mar 25, 2024
1 parent d0f816c commit f09ad5d
Show file tree
Hide file tree
Showing 4 changed files with 202 additions and 938 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

images/.DS_Store
.DS_Store
/mel_mskimpact_2020
1,135 changes: 199 additions & 936 deletions final-project-23211267-CH.html → final-project-report.html

Large diffs are not rendered by default.

Binary file not shown.
4 changes: 2 additions & 2 deletions final-project-23211267.qmd → final-project-report.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ source('final_proj_utils.R')# Import and load source code from local R script
## Prepare working directory and data for import

- Set working directory to `path_wd`
- The working directory should contain .qmd, *.R and tar/gzip files before executing `final-project-23211267.qmd` file.
- The working directory should contain .qmd, *.R and tar/gzip files before executing `final-project.qmd` file.

```{r}
path_wd <- "~/Library/CloudStorage/GoogleDrive-conor.heffron@ucdconnect.ie/My Drive/UCD/MSc in AI for Medicine and Medical Research/Courses/Trimester 1/STAT30340-Data Programming with R/Final Project"
path_wd <- "/Users/conorheffron/Downloads/data-prog-with-r-final-project/"
# setwd('Path/To/Your/Folder')
setwd(path_wd)
Expand Down

0 comments on commit f09ad5d

Please sign in to comment.