natverse / neuprintr

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

should neuprint_get_meta return NA rows? #114

Open jefferis opened 4 years ago

jefferis commented 4 years ago

This could be useful in the case where we want to add metadata for data.frames containing NAs. One use case could be a dataframe containing hemibrain matches for catmaid skids. Some rows might not have a match, but it would be convenient just to get the metadata for all the valid rows without causing errors.

jefferis commented 4 years ago

See #92 for initial thoughts.

jefferis commented 4 years ago