R/my_set_chinese.R

Defines functions my_set_chinese

# This function is to set the Chinese environment for reading data with Chinese characters

my_set_chinese <- function(x){
  x <- "chinese"
  Sys.setlocale(category="LC_ALL",locale=x)
}
FelixZhao123/DataImporter documentation built on Jan. 1, 2022, 12:13 a.m.