Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KableExtra can not deal with cells start with < #829

Open
faerszj opened this issue Mar 19, 2024 · 1 comment
Open

KableExtra can not deal with cells start with < #829

faerszj opened this issue Mar 19, 2024 · 1 comment

Comments

@faerszj
Copy link

faerszj commented Mar 19, 2024

Example:

x = data.frame(x=c('<20','>30'))
library(kableExtra)
kbl(x,escape = F) %>%
kable_styling()

The result will make <20 disappear

@rhurlin
Copy link

rhurlin commented Mar 19, 2024

Hmm,
This is not true for me on FreeBSD with kableExtra v1.4.0. I get the full cell contents, including the '<' char.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants