Skip to content

Commit

Permalink
Update README.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
NicK4rT authored Nov 24, 2024
1 parent eea7f47 commit 509873d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ editor_options:
```{r setup, include=FALSE}
file_path <- fs::path_real("README.qmd")
path_components <- strsplit(as.character(file_path), "/")[[1]]
shortened_path <- fs::path_join(path_components[-(1:3)])
shortened_path <- fs::path_join(path_components[-(1:6)])
```
`r file_path`
`r path_components`

## Location: `r shortened_path`

Expand Down

0 comments on commit 509873d

Please sign in to comment.