Skip to content
Prev 298796 / 398503 Next

Merging listed dataset into one

Hello,

That error is because your datum is of a class that merge.default cannot 
handle, like the error message says. By the look of it, class 
"TillingFeatureSet" has a print method written to print it. This because 
it prints objects of that class with some descriptive information not 
part of the object itself. The underlying structure seems to be a list, 
which was subclassed to a "TillingFeatureSet" class object, with methods 
specially written for it.

Bottom line: if you merge the two components, the special behavior that 
comes with its class might be lost. Do you really need to merge them?

If so, use dput(rawData), its output, to post your object. But think 
about it first.

Hope this helps,

Rui Barradas

Em 28-06-2012 16:47, Seungyeul Yoo escreveu: