[Rd] Getting error in rbindlist

Anshul Saravgi @n@hu|@@@r@vg| @end|ng |rom o9@o|ut|on@@com
Fri Nov 1 13:11:27 CET 2019


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,
+                                  to = V(x)[degree(x, mode = "out") == 0])
%>%
+       lapply(
+         function(y) as.data.table(t(names(y))) %>% setnames(paste0("LC",
seq_along(.)))
+       ) %>%
+       rbindlist(use.names=TRUE,fill = TRUE)
+   ) %>% rbindlist(use.names=TRUE,fill = TRUE)
+ ) %>% rbindlist(use.names=TRUE,fill = TRUE, idcol = "Item")

*Error message:*
Error in rbindlist(., use.names = TRUE, fill = TRUE, idcol = "Item") :
  attempt to set index 8424/8424 in SET_STRING_ELT
In addition: There were 50 or more warnings (use warnings() to see the
first 50)

I am not understanding what is in SET_STRING_ELT which it is trying to
throw an error.
Please help me


*Regards,*

*Anshul Saravgi*

Consulting
m: 7757030307

<https://www.o9solutions.com/>
AI powered solutions that predict, prescribe, learn and are 100x faster,
smarter and easier to use

-- 
This Electronic Mail (e-mail) contains confidential and privileged 
information intended only for the use of the individual or entity to which 
it is sent.  If the reader of this message is not the intended recipient, 
or the employee or agent responsible for delivery to the intended 
recipient, you are hereby notified that any dissemination, distribution, or 
copying of this communication is STRICTLY PROHIBITED.  If you have received 
this communication in error, please immediately notify the sender by reply 
e-mail or telephone. 

	[[alternative HTML version deleted]]



More information about the R-devel mailing list