Skip to content

omit_empty is inaccessible #1660

Description

@koheiw

We have convert() and but it does not pass omit_empty to the underlying functions like this

dfm2dtm <- function(x, omit_empty = TRUE) {

and
dfm2dtm <- function(x, omit_empty = TRUE) {

We can solve this just by adding ... or omit_empty to convert().

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions