R/delete_all_graphs.R

Defines functions delete_all_graphs

Documented in delete_all_graphs

#' Delete all graph
#'
#' @return
#' The memory belonging to all graphs is cleared and all \code{graph_id} are no longer
#' valid. Subsequent use of a \code{graph_id} will give an error.
#'
#' @export
delete_all_graphs <- function() {
  rcpp_delete_all_graphs()
}
djvanderlaan/chickenwire-r documentation built on July 19, 2022, 1:16 a.m.