natverse / neuprintr

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

neuprint_connection_table returns error when no connections found #135

Closed artxz closed 3 years ago

artxz commented 3 years ago

for example,

neuprint_connection_table(5812996970, prepost = "POST", threshold = 5)

returns an error:

Error in $<-.data.frame(*tmp*, "prepost", value = 1) : replacement has 1 row, data has 0

jefferis commented 3 years ago

Thanks @artxz!