We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d75ff commit 672c229Copy full SHA for 672c229
python/plugins/processing/algs/r/RAlgorithm.py
@@ -333,7 +333,7 @@ def getExportCommands(self):
333
elif isinstance(out, OutputTable):
334
value = out.value
335
value = value.replace('\\', '/')
336
- commands.append('write.csv(' + out.name + ',"' + value + '"')
+ commands.append('write.csv(' + out.name + ',"' + value + '")')
337
338
if self.showPlots:
339
commands.append('dev.off()')
0 commit comments