Chad Borkenhagen
Results
2
issues of
Chad Borkenhagen
Hello, I'd like to temporarily convert a directed graph to a simple, undirected graph. I attempted this with the following code: ```r g %>% morph(to_undirected) %>% morph(to_simple) %>% activate(nodes) %>%...
feature
One of the nicest features of working in RMarkdown files is the ability to send whole code chunks (or multiple chunks) to the terminal with a single command/shortcut. It would...
feature-request