The R Project SVN R

Rev

Rev 61527 | Rev 64941 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61527 Rev 62602
Line 464... Line 464...
464
  Unix users wishing to \emph{write} to one of the selections may be
464
  Unix users wishing to \emph{write} to one of the selections may be
465
  able to do so via \code{xclip}
465
  able to do so via \code{xclip}
466
  (\url{http://sourceforge.net/projects/xclip/}), for example by
466
  (\url{http://sourceforge.net/projects/xclip/}), for example by
467
  \code{pipe("xclip -i", "w")} for the primary selection.
467
  \code{pipe("xclip -i", "w")} for the primary selection.
468
 
468
 
469
  Mac OS X users can use \code{pipe("pbpaste")} and
469
  OS X users can use \code{pipe("pbpaste")} and
470
  \code{pipe("pbcopy", "w")} to read from and write to that system's
470
  \code{pipe("pbcopy", "w")} to read from and write to that system's
471
  clipboard.
471
  clipboard.
472
#endif
472
#endif
473
}
473
}
474
\note{
474
\note{