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 c18852e commit 8343168
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ 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:6)])
if (!startsWith(shortened_path, "/")) {
shortened_path <- paste0("/", shortened_path)
}
shortened_path <- fs::path_join(path_components[-c(2, 6)])
```

## Location: `r shortened_path`
Expand Down

0 comments on commit 8343168

Please sign in to comment.