Hello,
I have read many posts about reproducing a sample data using dput(). However, the out-put does not have something like "Structure....".
It seems to me since I have over 50,000 rows with 10 columns, so dput() cannot contain all of the information in the output.
Even when I do:
dput(data[1:10,])
The out-put still does not have "Structure..."
Members from R-community suggest posts should have reproducible samples, but since I cannot reproduce a sample using dput(), what can I do in order to post an acceptable post with all needed information so the question can be addressed?
Thank you.