Learn R Programming

polmineR (version 0.8.9)

renamed: 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 textstat corpus(.Object)

# S4 method for bundle corpus(.Object)

# S4 method for kwic corpus(.Object)

Arguments

...

argument that are passed to the renamed function

.Object

A kwic object.