Why does this fail?
This function will fail, but why?
extract(
data_frame,
col = column_1,
into = c("title", "admissions"),
regex = "(.*), (\\w+), (\\d+)"
)
แบบฝึกหัดนี้เป็นส่วนหนึ่งของหลักสูตร
Intermediate Regular Expressions in R
แบบฝึกหัดเชิงโต้ตอบแบบลงมือทำจริง
เปลี่ยนทฤษฎีให้เป็นการลงมือทำด้วยแบบฝึกหัดเชิงโต้ตอบหนึ่งในของเรา
เริ่มแบบฝึกหัด