SyntaxFix
Write A Post
Hire A Developer
Questions
You can use paste with print
paste
print
print(paste0("Current working dir: ", wd))
or cat
cat
cat("Current working dir: ", wd)