I would expect the following two calls to either behave the same or to throw more decriptive errors: ```R > library(magclass) > NULL |> as.magpie() NULL > NULL |> as.magpie(tidy=TRUE) Error in .local(x, ...) : unused argument (tidy = TRUE) ```
I would expect the following two calls to either behave the same or to throw more decriptive errors: