natverse / neuprintr

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

Fixing hemibrain vignette #53

Closed mmc46 closed 4 years ago

mmc46 commented 4 years ago

https://github.com/natverse/neuprintr/blob/master/vignettes/hemibrain_opns.Rmd

Line 91 is removing the type information that is already there, so I think that isn't the original intention.

opn.info[!is.na(opn.info$type),"type"] = opn.info[!is.na(opn.info$type),"name"]

alexanderbates commented 4 years ago

Fixed!