79567465

Date: 2025-04-10 19:50:57
Score: 2.5
Natty:
Report link

Thanks, @margusl, that worked, though I did some adaptations. I used markdownToHTML in stead of pandoc_convert, because that converted bulleted lists and stuff better.

In the end, this is what I used:

fx <- function(x) {str_flatten(markdownToHTML(text=x, fragment.only = TRUE))}

and then:

data <- data %>% mutate(`Description` = map_chr(data$Description, fx))

which worked perfect.

Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • User mentioned (1): @margusl
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Rinke