Skip to content

Commit b5eddc4

Browse files
use old-style args
1 parent 9cbf5ec commit b5eddc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/04-dags-exercises.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ coffee_cancer_dag_to <- dagify(
103103
)
104104
)
105105
106-
_____(_____, use_labels = TRUE, use_text = FALSE)
106+
_____(_____, use_labels = "label", text = FALSE)
107107
```
108108

109109
# Take aways

0 commit comments

Comments
 (0)