Displaying 1 result from an estimated 1 matches for "superorder".
Did you mean:
superloader
2013 Jan 31
2
rbind Missing Something: Need New Eyes
...ments to add rows to a data frame
and someone else will probably see what needs to be added to the statements.
The data frame has this structure (without any data):
$ PHYLUM : chr
$ SUBPHYLUM : chr
$ SUPERCLASS : chr
$ CLASS : chr
$ SUBCLASS : chr
$ INFRACLASS : chr
$ SUPERORDER : chr
$ ORDER : chr
$ SUBORDER : chr
$ INFRAORDER : chr
$ SUPERFAMILY: chr
$ FAMILY : chr
$ SUBFAMILY : chr
$ TRIBE : chr
$ SUBTRIBE : chr
$ GENUS : chr
$ TAXON : chr
One command (all on one line) is:
itis.ttable <- rbind(itis.ttable, data.fr...