Why does this fail?
This function will fail, but why?
extract(
data_frame,
col = column_1,
into = c("title", "admissions"),
regex = "(.*), (\\w+), (\\d+)"
)
Este exercício faz parte do curso
Intermediate Regular Expressions in R
Exercício interativo prático
Transforme a teoria em ação com um de nossos exercícios interativos
Começar o exercício