Skip to content

Error returned by CompactDataMethod: misplaced != #13

Description

@giannilmbd

Hi,
Note that in the CompactDataMethod at row 10 have
acceptedquery <- DataStructureMethod(databaseID) if (length(queryfilter) !=0 || length(queryfilter) != length(acceptedquery)){ stop('queryfilter is wrong format') return(NULL) }
Is it correct to stop if length(queryfilter) !=0 ? The correct length should be 3, right?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions