KWB-R / kwb.fakin

Functions Used in Our FAKIN Project
http://kwb-r.github.io/kwb.fakin
MIT License
1 stars 0 forks source link

Line 190 in "understanding_encoding" fails.. #7

Open mrustl opened 6 years ago

mrustl commented 6 years ago
### Line 70
text <- "Schöne Grüße"
### Line 190
kwb.fakin::get_special_character_info(text)

Error in data.frame(..., stringsAsFactors = FALSE) : arguments imply differing number of rows: 3, 2

Couldn`t update docu website due to error detailed below:

sessioninfo::session_info()
capture.output(sessioninfo::session_info(), file = "fakin_bug.txt")

Could you do the website update. I suspect the error has to do with my default OS setting ?

mrustl commented 6 years ago

1 Surprisingly, what constitutes a letter is determined by your current locale. That means that the syntax of R code actually differs from computer to computer, and it’s possible for a file that works on one computer to not even parse on another

Source: https://adv-r.hadley.nz/names-values.html#non-syntactic-names