Hello everybody,
I've been looking for a while but I don't find the solution to my problem. I work with rmarkdown and for some package I should use results='asis' in the chunk to generate a pretty table when I knit. However, it does never work because each time it is written attempt to use zero-length variable name. I did update et restart everything a few times.
for exemple
```{r Age, echo=FALSE, results='asis'}
Testing<-descr(Age)
Testing %>%
kbl(caption = "Recreating booktabs style table", format = 'html') %>%
kable_classic(full_width = F, html_font = "Cambria")
```
attemt to use zero-length variable name