Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

13
  • $\begingroup$ Your solution just replicates my problem with joining the output of the table I'm afraid. The second * doesn't seem to make a difference for my particular case. $\endgroup$ Commented Sep 9, 2019 at 13:34
  • $\begingroup$ Could you provide a sample of the data files (a couple of them should be enough), and elaborate on what your problem is? Maybe it's just me, but I don't get what's the problem you need to solve :) $\endgroup$ Commented Sep 9, 2019 at 13:43
  • 1
    $\begingroup$ Also, I don't think that what you say is true: my code is not functionally the same as Join[{File1, File2, File3}], while it's actually doing Join[File1,File2,File3]: this is because I'm using Apply (@@): for example, f @@ {a, b, c, d} corresponds to f[a, b, c, d], if you replace f with Join it's exactly what (as far as I understand) you are asking. $\endgroup$ Commented Sep 9, 2019 at 16:00
  • 1
    $\begingroup$ That's not what I meant with my code! You should use my code INSTEAD of your code and it should do what you are asking for. Try it, while I amend my answer implementing a Table version of it (even if it's much more verbose) $\endgroup$ Commented Sep 9, 2019 at 16:23
  • 1
    $\begingroup$ I'm afraid it was me who was being stupid! $\endgroup$ Commented Sep 9, 2019 at 16:32