R/cpp11.R

Defines functions collect_offspring get_paths

# Generated by cpp11: do not edit by hand

get_paths <- function(parent) {
  .Call(`_tidygraph_get_paths`, parent)
}

collect_offspring <- function(offspring, order) {
  .Call(`_tidygraph_collect_offspring`, offspring, order)
}

Try the tidygraph package in your browser

Any scripts or data that you put into this service are public.

tidygraph documentation built on Feb. 16, 2023, 10:40 p.m.