The R Project SVN R

Rev

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

Rev 69169 Rev 70260
Line 1... Line 1...
1
% File src/library/base/man/sprintf.Rd
1
% File src/library/base/man/sprintf.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2015 R Core Team
3
% Copyright 1995-2016 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{sprintf}
6
\name{sprintf}
7
\alias{sprintf}
7
\alias{sprintf}
8
\alias{gettextf}
8
\alias{gettextf}
Line 184... Line 184...
184
  Kernighan, B. W. and Ritchie, D. M. (1988)
184
  Kernighan, B. W. and Ritchie, D. M. (1988)
185
  \emph{The C Programming Language.} Second edition, Prentice Hall.
185
  \emph{The C Programming Language.} Second edition, Prentice Hall.
186
  Describes the format options in table B-1 in the Appendix.
186
  Describes the format options in table B-1 in the Appendix.
187
 
187
 
188
  The C Standards, especially ISO/IEC 9899:1999 for \sQuote{C99}.  Links
188
  The C Standards, especially ISO/IEC 9899:1999 for \sQuote{C99}.  Links
189
  can be found at \url{http://developer.r-project.org/Portability.html}.
189
  can be found at \url{https://developer.r-project.org/Portability.html}.
190
 
190
 
191
  \command{man sprintf} on a Unix-alike system.
191
  \command{man sprintf} on a Unix-alike system.
192
}
192
}
193
 
193
 
194
\author{
194
\author{