-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Description
Prework
- Read and agree to the code of conduct and contributing guidelines.
- If there is already a relevant issue, whether open or closed, comment on the existing thread instead of posting a new issue.
- For any problems you identify, post a minimal reproducible example like this one so the maintainer can troubleshoot. A reproducible example is:
- Runnable: post enough R code and data so any onlooker can create the error on their own computer.
- Minimal: reduce runtime wherever possible and remove complicated details that are irrelevant to the issue at hand.
- Readable: format your code according to the tidyverse style guide.
Description
A bunch of graph-related features gradually crept up, and I need to reorganize them and make sure they are implemented in the most appropriate classes.
- Support
allow,exclude,names, andshortcutinnetwork_class,glimpse_class, andinspection_class. - Remove
allowandexcludefromvisual_classandvisnetwork_class. - Support
allow,exclude,names, andshortcutintar_network(),tar_glimpse(), andtar_visnetwork().