为什么会失败?
这个函数会报错,但原因是什么?
extract(
data_frame,
col = column_1,
into = c("title", "admissions"),
regex = "(.*), (\\w+), (\\d+)"
)
本练习是课程的一部分
这个函数会报错,但原因是什么?
extract(
data_frame,
col = column_1,
into = c("title", "admissions"),
regex = "(.*), (\\w+), (\\d+)"
)
本练习是课程的一部分