You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't send PR to the wiki, so I'll post it here.
One of the things that puzzled me, expecting the same behavior as RStudio, was the difference in relative paths when running the code on RMarkdown.
On RStudio, the path will be relative to the .Rmd file, but on VSCode, it will be relative to the root of the project.
I think these differences can generally be resolved by using the here package, so could this be mentioned in the wiki?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I can't send PR to the wiki, so I'll post it here.
One of the things that puzzled me, expecting the same behavior as RStudio, was the difference in relative paths when running the code on RMarkdown.
On RStudio, the path will be relative to the .Rmd file, but on VSCode, it will be relative to the root of the project.
I think these differences can generally be resolved by using the
here
package, so could this be mentioned in the wiki?Beta Was this translation helpful? Give feedback.
All reactions