Skip to content

NULL |> as.magpie(tidy=TRUE) throws error #211

Description

@simonkrogmann

I would expect the following two calls to either behave the same or to throw more decriptive errors:

> library(magclass)
> NULL |> as.magpie()
NULL
> NULL |> as.magpie(tidy=TRUE)
Error in .local(x, ...) : unused argument (tidy = TRUE)

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