jofaichow commited on
Commit
699daf6
1 Parent(s): 2803cdf

Added UTF-8 option

Browse files
Files changed (1) hide show
  1. app/app.R +4 -0
app/app.R CHANGED
@@ -21,6 +21,10 @@ library(parallel)
21
  library(Rnumerai)
22
 
23
 
 
 
 
 
24
  # Pre-download all usernames
25
  options(timeout = max(1000, getOption("timeout")))
26
  ls_username <- sort(get_leaderboard()$username)
 
21
  library(Rnumerai)
22
 
23
 
24
+ # Options
25
+ options(encoding = "UTF-8")
26
+
27
+
28
  # Pre-download all usernames
29
  options(timeout = max(1000, getOption("timeout")))
30
  ls_username <- sort(get_leaderboard()$username)