The expression
getItems(new.magpie("A", "", "C", fill = c(1,2)), split = TRUE) results in the error
Error in tstrsplit(dimnames(x)[[dim]], ".", fixed = TRUE, names = TRUE) :
length(names) (= 1) is not equal to length(keep) (= 0).
This is apparently caused by tstrsplit not being able to handle the "" in the second dimension.
The expression
getItems(new.magpie("A", "", "C", fill = c(1,2)), split = TRUE)results in the errorThis is apparently caused by
tstrsplitnot being able to handle the""in the second dimension.