networkdata
networkdata copied to clipboard
Can't find function "show_networks"
When I call
show_networks(type = "directed")
I receive
Error in show_networks() : could not find function "show_networks"
despite the fact that I have installed networkdata and called library(networkdata). If I call
networkdata::show_networks()
I receive
Error: 'show_networks' is not an exported object from 'namespace:networkdata'
Any suggestions for how to work around this?
I removed the function a while back nut apparently there was some residue code left. The function should now completely gone. I will add it back in an upcoming release when I have fixed some issues with it.