> 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}}

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to