Skip to content

Commit 690cd99

Browse files
committed
biometry in French
1 parent de5d27b commit 690cd99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

inst/tutorials/03a_test/test.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ tutorial_options(exercise.timelimit = 60)
2222
tutorial_options(exercise.cap = "Code R")
2323
knitr::opts_chunk$set(echo = FALSE, comment = NA)
2424
25-
library(knitr)
2625
library(BioDataScience)
2726
2827
# Dataset
2928
urchin <- read("urchin_bio", package = "data.io", lang = "fr")
3029
zooplankton <- read("zooplankton", package = "data.io", lang = "fr")
31-
biometry <- read("biometry", package = "BioDataScience")
32-
copepoda <- filter(zooplankton, class %in% c("Calanoid", "Cyclopoid", "Harpacticoid", "Poecilostomatoid"))
30+
copepoda <- filter(zooplankton, class %in%
31+
c("Calanoid", "Cyclopoid", "Harpacticoid", "Poecilostomatoid"))
32+
biometry <- read("biometry", package = "BioDataScience", lang = "fr")
3333
```
3434

3535
```{r, echo=FALSE}

0 commit comments

Comments
 (0)