Skip to content

groupedAggregationRule problem #2

@linsongyi85

Description

@linsongyi85

columnAggregationRule <- sampleRules[2,]
columnAggregationRule
columnAggregationRuleOutput <- executeRulesOnDataset(iris, columnAggregationRule)
str(columnAggregationRuleOutput)

when I run these codes using codes above and iris data and irisrules: , there is an issue like this:
Error:
! Assigned data paste(seq(as.numeric(lowerRange), as.numeric(upperRange)), collapse = ",") must be compatible with existing data.
i Error occurred for column Indices.
x Can't convert to .
Run rlang::last_trace() to see where the error occurred.

How to deal with this problem and make groupedAggregationRule result right?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions