The R Project SVN R

Rev

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

Rev 72754 Rev 76965
Line 1... Line 1...
1
% File src/library/base/man/path.expand.Rd
1
% File src/library/base/man/path.expand.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-2017 R Core Team
3
% Copyright 1995-2019 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{path.expand}
6
\name{path.expand}
7
\alias{path.expand}
7
\alias{path.expand}
8
\alias{tilde expansion}
8
\alias{tilde expansion}
Line 36... Line 36...
36
  
36
  
37
  The definition of the \sQuote{home} directory is in the \file{rw-FAQ}
37
  The definition of the \sQuote{home} directory is in the \file{rw-FAQ}
38
  Q2.14: it is taken from the \env{R_USER} environment variable when
38
  Q2.14: it is taken from the \env{R_USER} environment variable when
39
  \code{path.expand} is first called in a session.
39
  \code{path.expand} is first called in a session.
40
 
40
 
41
  The \sQuote{path names} need not exist nor be valid path names but
41
  The \sQuote{path names} need not exist nor be valid path names.
42
  prior to \R{} 3.4.0 they needed to be representable in the session
-
 
43
  encoding.
-
 
44
}
42
}
45
#endif
43
#endif
46
\value{
44
\value{
47
  A character vector of possibly expanded path names: where the home
45
  A character vector of possibly expanded path names: where the home
48
  directory is unknown or none is specified the path is returned unchanged.
46
  directory is unknown or none is specified the path is returned unchanged.