Skip to content

Commit

Permalink
corrected filepath to txt
Browse files Browse the repository at this point in the history
  • Loading branch information
JonahWithers-USFWS authored Nov 4, 2024
1 parent d99f643 commit 61254d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_jonah.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ refugetools:::dublin(project = "myProject",
<br>

```{r}
text <- readLines("docs/data/txt/project_meta.txt")
text <- readLines("data/txt/project_meta.txt")
cat(text, sep = "\n")
```
:::
Expand Down

0 comments on commit 61254d0

Please sign in to comment.