The R Project SVN R

Rev

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

Rev 70273 Rev 76019
Line 1... Line 1...
1
% File src/library/methods/man/languageEl.Rd
1
% File src/library/methods/man/languageEl.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-2007 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{languageEl}
6
\name{languageEl}
7
\alias{languageEl}
7
\alias{languageEl}
8
\alias{languageEl<-}
8
\alias{languageEl<-}
Line 11... Line 11...
11
\description{
11
\description{
12
  Internal routines to support some operations on language objects.
12
  Internal routines to support some operations on language objects.
13
}
13
}
14
\usage{
14
\usage{
15
languageEl(object, which)
15
languageEl(object, which)
-
 
16
languageEl(object, which) <- value
16
 
17
 
17
isGrammarSymbol(symbol)
18
isGrammarSymbol(symbol)
18
}
19
}
19
\section{Summary of Functions}{
20
\section{Summary of Functions}{
20
  \describe{
21
  \describe{