We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7869e commit c92550dCopy full SHA for c92550d
docs/authoring/code-annotation.qmd
@@ -85,6 +85,7 @@ penguins |> # <1>
85
bill_area = bill_depth_mm * bill_length_mm # <2>
86
) # <2>
87
```
88
+
89
1. Take `penguins`, and then,
90
2. add new columns for the bill ratio and bill area.
91
````
@@ -121,6 +122,7 @@ penguins |> # <1>
121
122
123
124
125
126
127
128
0 commit comments