-
Edited: I have three questions and I'd be grateful if you can help me with them.
where
So, is it possible to use pmap or how do # 7 with disk.frame or use more than 2 columns in any computation? What might be the reason for these errors I get when I try to run a very similar example like this (without the pmap row) with my original data?
or
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
For 2, I don't really get what u mean. Perhaps you can create a Minimial workable example with code that can actually be run? The code needs to also generate the data so I don't have to fiddle. For 1 and also as an example of how to create a minimal working example (MWE), see how the code I made can run and the data is generate within the code so the people trying to answer your question doesn't have to do too much? Seems like you just need to add
|
Beta Was this translation helpful? Give feedback.
For 2, I don't really get what u mean. Perhaps you can create a Minimial workable example with code that can actually be run? The code needs to also generate the data so I don't have to fiddle.
For 1 and also as an example of how to create a minimal working example (MWE), see how the code I made can run and the data is generate within the code so the people trying to answer your question doesn't have to do too much?
Seems like you just need to add
collect
. The code works. But I …