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 6d849fd commit 3d84f2c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ execute:
echo: false
message: false
warning: false
editor: visual
editor_options:
chunk_output_type: console
chunk_output_type: inline
---

# Smart System Education Platform
Expand All @@ -15,7 +14,6 @@ editor_options:
file_path <- fs::path_real("README.qmd")
path_components <- strsplit(file_path, "/")[[1]]
shortened_path <- fs::path_join(path_components[-(1:3)])
```

## Location: `r shortened_path`
Expand All @@ -29,7 +27,7 @@ This is the main directory.
The repository has the following directory tree.

```{r echo=FALSE, results='asis'}
cat(fs::dir_tree(recurse = FALSE))
print(cat(fs::dir_tree(recurse = FALSE)))
```

A short description of the directories can be found below.
Expand Down

0 comments on commit 3d84f2c

Please sign in to comment.