You can use paste with print print(paste0("Current working dir: ", wd)). or cat cat("Current working dir: ", wd).
確定! 回上一頁