renamed {polmineR} | R Documentation |
Renamed Functions
Description
These functions have been renamed in order to have a consistent coding style that follows the snake_case convention. The "old" function still work to maintain backwards compatiblity.
Usage
sAttributes(...)
pAttributes(...)
getTokenStream(...)
getTerms(...)
getEncoding(...)
partitionBundle(...)
as.partitionBundle(...)
## S4 method for signature 'textstat'
corpus(.Object)
## S4 method for signature 'bundle'
corpus(.Object)
## S4 method for signature 'kwic'
corpus(.Object)
Arguments
... |
argument that are passed to the renamed function |
.Object |
A |
[Package polmineR version 0.8.9 Index]