natverse / neuprintr

R client utilities for interacting with the neuPrint connectome analysis service
http://natverse.org/neuprintr
3 stars 3 forks source link

neuprint_get_meta should have more efficient handling of duplicates #92

Closed jefferis closed 4 years ago

jefferis commented 4 years ago

See approach in neuprint_get_neuron_names. Should also consider how to handle bad bodyids. It may be that we want to (optionally) return NA rows in this case.

jefferis commented 4 years ago

Maybe we could error out for bad bodyids (e.g. 1) that don't actually exist, but propagate NAs.

jefferis commented 4 years ago

id2bit64 will also need to be taught how to handle NAs and may need an na.rm argument.

jefferis commented 4 years ago

Closed since #113 fixes the issue in the title. For handling of NAs, see #114