edgelist, a data frame from {base} R or tibble from {tibble}
igraph, from the {igraph} package
network, from the {network} package
tbl_graph, from the {tidygraph} package
FUN: A function to run over all splits.
...: Further arguments to be passed on to FUN.
membership: A categorical membership vector.
strategy: If {furrr} is installed, then multiple cores can be used to accelerate the function. By default "sequential", but if multiple cores available, then "multisession" or "multicore" may be useful. Generally this is useful only when times > 1000. See list("{furrr}") for more.
verbose: Whether the function should report on its progress. By default FALSE. See list("{progressr}") for more.
attribute: A string naming the attribute to be split upon.
slice: Optionally, a vector of specific slices. Otherwise all observed slices will be returned.