-1

I am trying to debug an old script for a class project that was supposedly up and running just a couple of weeks ago. I've tried countless things and I still cannot make it work to the point that I wonder if it actually was working as I was told. My question is in order to make a post and share what I tried with a sample dataset, I would need to provide the code as well but how can I share the entire script?

I'll go ahead and delete that question as soon as I know a way to share the script with a sample dataset.

Thanks

  • See [how to make a reproducible example](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example). Make sure to edit whatever you share the only the most minimal parts relevant to the question that are still "runnable". – MrFlick May 26 '22 at 14:27
  • How you would go about an NLP model with multiple inputs along the way, until the point that the code breaks? – Alexchristof20 May 26 '22 at 14:36
  • Just `dput()` values values of the variables right before the step that's the problem. Or create a very simplified version of your data in code that we can copy/paste. – MrFlick May 26 '22 at 14:37
  • Awesome thanks! It is so crazy to me that a perfectly working process (very complex for my level of expertise at this point), stopped working with new input data and of course you would assume that the new input would be flawed while after going through it it's not. And the most crazy part is that I tried to rerun the script with old inputs that produced an output and now even these do not work. I've thought that an update in one of the 9 packages probably "broke" the code but I cannot verify for sure if that's the case. – Alexchristof20 May 26 '22 at 14:45

0 Answers0