diff --git a/R/ids.R b/R/ids.R index a4ec3f8..e30955c 100644 --- a/R/ids.R +++ b/R/ids.R @@ -8,7 +8,9 @@ #' @family fanc-ids #' @seealso \code{\link{flywire_rootid}} #' @examples +#' \donttest{ #' fanc_rootid("73186243730767724") +#' } fanc_rootid <- function(x, integer64 = FALSE, ...) { rid = flywire_rootid( x = x, diff --git a/man/fanc_rootid.Rd b/man/fanc_rootid.Rd index c83875f..283fb85 100644 --- a/man/fanc_rootid.Rd +++ b/man/fanc_rootid.Rd @@ -22,8 +22,10 @@ A vector of root ids (by default character) Find the root identifier of a FANC neuron } \examples{ +\donttest{ fanc_rootid("73186243730767724") } +} \seealso{ \code{\link{flywire_rootid}}