Skip to content

Commit

Permalink
don't export methods for prune_online
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbates committed Aug 6, 2019
1 parent aeef3ea commit a7ea6d7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions R/interactive.R
Expand Up @@ -21,8 +21,7 @@
#' @export
#' @rdname prune_online
prune_online <-function(x, ...) UseMethod("prune_online")
#' @export
#' @rdname prune_online

prune_online.neuron <- function(x, ...){
continue = "no"
ids=integer()
Expand All @@ -37,8 +36,7 @@ prune_online.neuron <- function(x, ...){
}
neuron
}
#' @export
#' @rdname prune_online

prune_online.neuronlist <- function(x, ...){
nlapply(x,prune_online.neuron)
}
Expand Down

0 comments on commit a7ea6d7

Please sign in to comment.