Skip to content

Commit 1aab2b5

Browse files
stemangiolaCopilot
andauthored
Update posts/2025-11-04-introducing-omicslog/index.qmd
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4565fef commit 1aab2b5

File tree

1 file changed

+1
-1
lines changed
  • posts/2025-11-04-introducing-omicslog

1 file changed

+1
-1
lines changed

posts/2025-11-04-introducing-omicslog/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ library(omicslog)
4343
For this example, we worked with the `airway` dataset. To extend `tidyomics` with `omicslog`, it is only necessary to add the `log_start()` function before applying the different filtering criteria:
4444

4545
```r
46-
data(airway, package="airway")
46+
data(airway, package = "airway")
4747

4848
result <-
4949
airway |>

0 commit comments

Comments
 (0)