Skip to content

Commit

Permalink
Update test.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ejb1987 authored Aug 9, 2024
1 parent 97a0f01 commit 952a30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if (!requireNamespace("rmarkdown", quietly = TRUE)) {
library(readxl)
# Specify the file path
file_path <- "C:/Users/ehsan/OneDrive - University of Essex/Courses/Econometrics/Coursework2/Final.xlsx"
file_path <- "Final.xlsx"
# Read the Excel file into a data frame
data <- read_excel(file_path)
Expand Down

0 comments on commit 952a30b

Please sign in to comment.