natverse / neuprintr

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

Connection table fix #8

Closed romainFr closed 4 years ago

romainFr commented 4 years ago

Redesigned the neuprint_connection_table function, using the ConnectsTo object. This now allows to get connections split by ROI for all ROIs (the default) or the ROIs specified (as a single ROI or a vector of ROIs).

jefferis commented 4 years ago

Thanks again @romainFr. Could you include an example that works against the public release server in the help for functions that you fix going forwards? You can condition them as

\donttest{
# my example code ...
}

Of course there should have been examples already ...