Splitting column by separator from right to left in R
问题 I'm working on a dataset where one column ( Place ) consists of a location sentence. librabry(tidyverse) example <- tibble(Datum = c("October 1st 2017", "October 2st 2017", "October 3rd 2017"), Place = c("Tabiyyah Jazeera village, 20km south east of Deir Ezzor, Deir Ezzor Governorate, Syria", "Abu Kamal, Deir Ezzor Governorate, Syria", "شارع القطار al Qitar [train] street, al-Tawassiya area, north of Raqqah city centre, Raqqah governorate, Syria")) I would like to split the Place column by