kaijagahm / vultureUtils

Utility functions for working with vulture data
Other
4 stars 0 forks source link

Structure of objects returned by getEdges, getFeedingEdges, getFlightEdges, and getRoostEdges should be same #107

Open kaijagahm opened 1 year ago

kaijagahm commented 1 year ago

Even though getRoostEdges is its own function.

Example: getRoostEdges apparently returns the ID1 and ID2 columns as characters when return is edges. But apparently when you do the same thing with getFeedingEdges, it returns them as factors, which means you can't immediately pass it to ID1 < ID2. Not a big deal, but these should always be the same.

kaijagahm commented 6 months ago

@ryannguyen6392 if you get a chance to clean this one up while you're working on other things, it would be nice to have fixed (just make the ID columns character in all cases). But not a priority.