Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node.labs not working for alphanumeric alpha.ids #4

Open
jrgant opened this issue Jul 16, 2019 · 0 comments
Open

node.labs not working for alphanumeric alpha.ids #4

jrgant opened this issue Jul 16, 2019 · 0 comments
Labels

Comments

@jrgant
Copy link
Owner

jrgant commented Jul 16, 2019

qd_dag needs to check for pre-existing labels in nodes with alphanumeric node.ids because these nodes are assigned a label at graph creation (to subscript the number)

For instance:

edges <- c("A1 -> Y") labs <- c("A1" = "Exposure", "Y" = "Outcome" qd_dag(edges, node.labs = labs) %>% render_graph()
will update the Y node's label but not A1's.

@jrgant jrgant added the bug label Jul 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant