Output In R
I have already tried options(max.print=999999) but does not show the desired result. As posted above it want to share the outcome with the business owner where there could be multiple entries.
Then just print the multiple entries. See ?duplicated for finding them Otherwise, use things like
head(tail(d, 90000), 30)
or
d[10000:100030, ]
to print 30 lines at a time.
*******************************************************************
This email and any attachments are confidential. Any use...{{dropped:8}}