checkEnv | R Documentation |
Check the levels of environmental factors.
checkEnv(data, envName, verbose = TRUE)
data |
data needing check. |
envName |
the environmental factor name within the data. |
verbose |
whether to print detail. |
Build date: Sep 10, 2021 Last update: Apr 28, 2022
data without environmental factors of wrong level.
Dong Yin
data <- data.frame(a = c(1, 1, 2), b = c(2, 2, 3), c = c(3, 3, 4))
envName <- c("a", "b", "c")
data <- checkEnv(data = data, envName = envName)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.