We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ea03ea commit f3bbf89Copy full SHA for f3bbf89
python/plugins/processing/algs/r/RAlgorithm.py
@@ -346,7 +346,7 @@ def getExportCommands(self):
346
elif isinstance(out, OutputTable):
347
value = out.value
348
value = value.replace('\\', '/')
349
- commands.append('write.csv(' + out.name + ',"' + value + '"')
+ commands.append('write.csv(' + out.name + ',"' + value + '")')
350
351
if self.showPlots:
352
commands.append('dev.off()')
0 commit comments