[R] Vector of Numbers Not Output to Screen

Dario Strbenac dstr7320 at uni.sydney.edu.au
Sun Jul 20 05:00:33 CEST 2014


It's a plausible use-case. For example, in the example section of a help file.

if(require(aPackage))
{
  # Do computations.
  # Show beginning of first result vector.
  # Show beginning of second result vector.
}


More information about the R-help mailing list