Skip to content

Commit

Permalink
give actual example for fanc_segid_from_cellid
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Aug 28, 2024
1 parent eb7c481 commit 7b3d429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/ids.R
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ fanc_cellid_from_segid <- function(rootids=NULL, timestamp=NULL, version=NULL, c
#'
#' @examples
#' \donttest{
#' fanc_cellid_from_segid(fanc_latestid("648518346486614449"))
#' fanc_segid_from_cellid(12967)
#' }
fanc_segid_from_cellid <- function(cellids=NULL, timestamp=NULL, version=NULL, rval=c("ids", 'data.frame'), integer64=FALSE, cellid_table = NULL) {
rval=match.arg(rval)
Expand Down
2 changes: 1 addition & 1 deletion man/fanc_cellid_from_segid.Rd

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

0 comments on commit 7b3d429

Please sign in to comment.