Skip to content

Instantly share code, notes, and snippets.

@dialektike
Created June 11, 2022 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dialektike/1444f1269b9acec798b304344ac51e26 to your computer and use it in GitHub Desktop.
Save dialektike/1444f1269b9acec798b304344ac51e26 to your computer and use it in GitHub Desktop.
temp <- function(x){
temp_csv <- read_csv(file= x, locale= locale(encoding = "EUC-KR"))
nodate <- temp_csv[,2:length(names(temp_csv))]
return (cor(nodate))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment