bheavner / minidtools

A R package for working with BDDS minids
Other
1 stars 0 forks source link

make singular slot getter methods for lists #26

Closed bheavner closed 6 years ago

bheavner commented 6 years ago

following up on #25, make a location() method to get first location, (and title() and obsoleted_by())

bheavner commented 6 years ago

Or better - make generic location() that does a lookup() on strings, and a getter for minid objects.

Use an index = 1 argument so user can select which location they want to get...