R : Path separator issues when invoking a command with system() -


मैं इन आदेशों को आर

  path1 & lt; - "C : / फ़ोल्डर 1 "पथ 2" - "सी: / फ़ोल्डर 2" कमांड & lt; - paste ("xcopy", path1, path2, "/ e / i / h", sep = "") कमांड सिस्टम (कमांड)   

समस्या का उपयोग / पथ विभाजक के रूप में / के बजाय आर है और मुझे यह त्रुटि मिलती है:

  मापदंडों की अमान्य संख्या    

अगर मैं मैन्युअल रूप से इस कमांड को / द्वारा बदलकर कमांड करता हूं तो यह काम करता है

मैं इस समस्या को प्रबंधित करने के लिए कैसे कर सकता हूं?

धन्यवाद

इसे मेरे लिए काम करने का प्रयास करें

पथ 1 & lt; - "एफ: \\ folder1"
पथ 2 & lt; - "एफ: \\ folder2" कमांड & lt; - paste ("xcopy", path1, path2, "/ e / i / h", sep = "") कमांड सिस्टम (पेस्ट ('xcopy', path1 , पथ 2, '/ ई / आई / एच', सेप = ""))

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -