Skip to content

Simulations with map family #339

Answered by xiaodaigh
jpiippon asked this question in Q&A
Discussion options

You must be logged in to vote
  1. Is fairly easy to answer. Just provide a path to where you want to store your disk.frame, then you can load it back
adiskf = as.disk.frame(iris, outpath = "somewhere")

adiskf_reloaded = disk.frame("somewhere")

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 …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jpiippon
Comment options

Answer selected by jpiippon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants