I'm scraping this website and sure that the code is correct for getting titles. But the output is not what I want.
library(rvest)
url <- "https://www.kariyer.net/is-ilanlari/#&kw=data%20scientist"
titles <- read_html(url) %>%
html_nodes("div.col-9 a.link.position") %>%
html_text()
How do I get rid of this result?