natverse / neuprintr

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

Safe field catch #111

Closed romainFr closed 4 years ago

romainFr commented 4 years ago

This PR suppresses the limit argument in neuprint_get_fields. This argument was intended for speed purposes, which is less of a reason since the results of the function are memoised. Furthermore one could never insure that all parameter names would be caught (the previous default resulted in missing some parameters on some of the datasets).