You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of
hourse_news <- readLines(ETL_file('news.txt'))
Please use
hourse_news <- readLines(ETL_file('news.txt'), encoding="UTF-8")
in Windows enviorment
The text was updated successfully, but these errors were encountered:
Instead of
hourse_news <- readLines(ETL_file('news.txt'))
Please use
hourse_news <- readLines(ETL_file('news.txt'), encoding="UTF-8")
in Windows enviorment
The text was updated successfully, but these errors were encountered: