[R] Output In R
S Ellison
S.Ellison at LGCGroup.com
Thu Aug 20 17:00:28 CEST 2015
> 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}}
More information about the R-help
mailing list