Skip to content

Commit

Permalink
Update exampleREADME.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
NicK4rT authored Nov 24, 2024
1 parent 666896f commit c18852e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rstudio/exampleREADME.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ editor_options:
```{r setup, include=FALSE}
file_path <- fs::path_real("README.qmd")
path_components <- strsplit(file_path, "/")[[1]]
shortened_path <- fs::path_join(path_components[-c(2, 3)])
shortened_path <- fs::path_join(path_components[-c(2, 6)])
```

## Location: `r shortened_path`
Expand Down

0 comments on commit c18852e

Please sign in to comment.