Fernando Macedo
Fernando Macedo
As a workaround, you can change your code like this: ``` ```{r, results='asis'} iris %>% mutate(SepalLong = if_else(Sepal.Length > median(Sepal.Length), "SLong", "SShort"), PetalLong = if_else(Petal.Length > median(Petal.Length), "PLong", "PShort")) %>%...
Thanks for the tips, everyone! I was having this issue. Ran ibus-setup, changed the emoji shortcut there, and problem solved!
I have the same problem. It would be nice to have a native way to solve it. While this doesn't happen, for those that have this issue, one workaround possible...