Mark Kirzon
Results
2
issues of
Mark Kirzon
I'm finding that the tidygraph `node_distance_to` is returning incorrect results, even though it should be just a wrapper around `igraph::distances`. Here's an example: ``` r library(tidyverse) library(tidygraph) library(igraph) df_nodes =...
I'm trying to build an R script that will be run by various people but all collaborating on the same folder. So I set up a shared dropbox folder. However,...