Skip to content

Commit

Permalink
Testing utf-8 settings
Browse files Browse the repository at this point in the history
  • Loading branch information
diraol committed Oct 7, 2023
1 parent 9e6f4de commit ed27a0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/read_od.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
#'
#'
#'
# Setting UTF-8 as default encoding for all R code files
# especially because we have non-ASCII characters in city names
options(encoding = "UTF-8")

read_od <- function(city = "São Paulo",
year = 1977,
harmonize = FALSE) {
Expand Down

0 comments on commit ed27a0c

Please sign in to comment.