parent
f086a92f18
commit
8ee35330f7
|
@ -64,7 +64,7 @@ y2 <- factor(x2, levels = month_levels)
|
||||||
y2
|
y2
|
||||||
```
|
```
|
||||||
|
|
||||||
If you want a want, you can use `readr::parse_factor()`:
|
If you want a warning, you can use `readr::parse_factor()`:
|
||||||
|
|
||||||
```{r}
|
```{r}
|
||||||
y2 <- parse_factor(x2, levels = month_levels)
|
y2 <- parse_factor(x2, levels = month_levels)
|
||||||
|
|
Loading…
Reference in New Issue