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 bc64fa7 commit 5a89500
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ editor_options:
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)
}
```

## Location: `r shortened_path`
Expand Down

0 comments on commit 5a89500

Please sign in to comment.