I'm reading a file in R called roubobs.rds
. is a proprietary R format and I could not open it in excel. I can import the data into a variable but, within the records, the texts are with non-ascii (unicode? Utf-8?) Codes. I've browsed to try to find out what code this is, as well as tried exporting as CSV, but it does not work. Does anyone have a light? I need what appears as "Armed Assault" to appear as "Armed Robbery."
The R code you're reading is this one:
dados <- readRDS("roubo2.rds")
The file can be downloaded here: link I'm running RStudio on Mac. SessionInfo below.
sessionInfo()
R version 3.3.1 (2016-06-21)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.12.1 (Sierra)