The R Project SVN R

Rev

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

Rev 59039 Rev 61570
Line 1... Line 1...
1
% File src/library/base/man/sQuote.Rd
1
% File src/library/base/man/sQuote.Rd
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2009 R Core Team
3
% Copyright 1995-2013 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{sQuote}
6
\name{sQuote}
7
\alias{sQuote}
7
\alias{sQuote}
8
\alias{dQuote}
8
\alias{dQuote}
Line 75... Line 75...
75
  Lucida Console and standard the CJK fonts, but directional double
75
  Lucida Console and standard the CJK fonts, but directional double
76
  quotes are missing in raster fonts such as Courier and FixedSys.
76
  quotes are missing in raster fonts such as Courier and FixedSys.
77
#endif
77
#endif
78
}
78
}
79
\value{
79
\value{
-
 
80
  A character vector of the same length as \code{x} (after any coercion)
80
  A character vector in the current locale's encoding.
81
  in the current locale's encoding.
81
}
82
}
82
\seealso{
83
\seealso{
83
  \link{Quotes} for quoting \R code.
84
  \link{Quotes} for quoting \R code.
84
 
85
 
85
  \code{\link{shQuote}} for quoting OS commands.
86
  \code{\link{shQuote}} for quoting OS commands.