Displaying 2 results from an estimated 2 matches for "lctolc3".
Did you mean:
  lctolc2
  
2019 Nov 01
0
Getting error in rbindlist
...useful to update your 
packages - just in case the problem has already been resolved.
Best
Tomas
> *I am using the below code:*
> library(plyr)
> library(dplyr)
> library(tidyr)
> library(igraph)
> library(magrittr)
> library(reshape2)
> library(tibble)
>
> colnames(lctolc3) <- c("Item","LC","ToLC")
>
> bodlane3 <- lapply(
> ? lapply(split(lctolc3, lctolc3$Item), function(x) 
> graph.data.frame(x[, 2:3])),
> ? function(x) lapply(
> ? ? V(x)[degree(x, mode = "in") == 0],
> ? ? function(s) all_simple_pat...
2019 Nov 01
3
Getting error in rbindlist
Hi All
Can you help me understand the meaning of the below error message then I
will try to figure out what is going wrong:
*Input Code:*
> bodlane2 <- lapply(
+   lapply(split(lctolc2, lctolc2$Item), function(x) graph.data.frame(x[,
2:3])),
+   function(x) lapply(
+     V(x)[degree(x, mode = "in") == 0],
+     function(s) all_simple_paths(x, from = s,
+