Skip to content

Commit

Permalink
example fix (T->TRUE)
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Jul 25, 2024
1 parent 63c33f8 commit 9a5708e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/vfb_connect.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#' # Information about a dataset linked to a paper
#' vc$neo_query_wrapper$get_DataSet_TermInfo(list('Ito2013'), summary=TRUE)
#'
#' vc$neo_query_wrapper$get_anatomical_individual_TermInfo(list('VFB_00010001'), summary=T) %>%
#' vc$neo_query_wrapper$get_anatomical_individual_TermInfo(list('VFB_00010001'), summary=TRUE) %>%
#' vc_df()
#'
#' # Get all terms relevant to a brain region (all parts and all overlapping cells)
Expand Down
2 changes: 1 addition & 1 deletion man/VfbConnect.Rd

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

0 comments on commit 9a5708e

Please sign in to comment.