igraphdata
igraphdata copied to clipboard
adding .onAttach for smooth data loading
When igraphdata is presently loaded. The data does not look nice when the library is called without igraph. I added a zzz.R file and an .onAttach function.
Without .onAttach
With .onAttach
This is a fix:
Let me know if this is helpful or not.