The R Project SVN R

Rev

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

Rev 24739 Rev 25118
Line 35... Line 35...
35
 
35
 
36
  \code{sQuote} and \code{dQuote} currently only provide undirectional
36
  \code{sQuote} and \code{dQuote} currently only provide undirectional
37
  ASCII quotation style, but may be enhanced in the future.
37
  ASCII quotation style, but may be enhanced in the future.
38
}
38
}
39
\references{
39
\references{
40
  Markus Kuhn, ``ASCII and Unicode quotation marks''.
40
  Markus Kuhn, \dQuote{ASCII and Unicode quotation marks}.
41
  \url{http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html}
41
  \url{http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html}
42
}
42
}
43
\examples{
43
\examples{
44
paste("argument", sQuote("x"), "must be non-zero")
44
paste("argument", sQuote("x"), "must be non-zero")
45
}
45
}