-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Complete path for documentPath()
#312
Comments
Can't you just use |
Hi. Yes, indeed, both functions help me to return what I was looking for. However, I don't understand why when I try to render the following Quarto file, it only works when I use the
|
Sorry, but you can't use |
Oh, I see, so for these cases it is better to use |
It is just a suggestion, but I think it would be good to have an argument in
documentPath
that allows to have the complete path directory (and not only the referential, which starts with~
). Currently, it is necessary to use external packages to achieve this in RStudio.The text was updated successfully, but these errors were encountered: