Skip to content

Commit

Permalink
example using non-string query
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Jan 10, 2022
1 parent 6e74300 commit cfacabb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/name.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ neuprint_get_neuron_names <- function(bodyids, dataset = NULL, all_segments = TR
#' # or simpler
#' neuprint_get_meta('DA2')
#' }
#' \dontrun{
#' neuprint_get_meta('cropped:false')
#' }
neuprint_get_meta <- function(bodyids, dataset = NULL, all_segments = TRUE,
conn = NULL, chunk=TRUE, progress=FALSE,
possibleFields=NULL, ...){
Expand Down
3 changes: 3 additions & 0 deletions man/neuprint_get_meta.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cfacabb

Please sign in to comment.