[R] Mapping Geographical Coordinate Data

2020-07-04 Thread Graham Leask via R-help
Dear List, I have a postcode file containing geographical coordinates but this is not in the format of a standard shape file. I list the first 5 observations below; Postcode Postcode_geometry

[R] String replace

2019-04-03 Thread Graham Leask via R-help
I’m attempting to replace a string variable that normally works fine. However when trying to do this with a string in the form of a date the output becomes corrupted. See below: BHC <-BHC %>% mutate ( Date = stringr :: str_replace ( Date , "M_1" , "01-03-2017")) BHC <-BHC %>% mutate ( Date =