Skip to content

Instantly share code, notes, and snippets.

@brunaw
Created September 16, 2017 14:53
Show Gist options
  • Save brunaw/d5aaaeb1a42699a5814ea4b5a72732fb to your computer and use it in GitHub Desktop.
Save brunaw/d5aaaeb1a42699a5814ea4b5a72732fb to your computer and use it in GitHub Desktop.
base <- read.csv("comm.csv", encoding = "UTF-8", header = TRUE,
sep = ",", row.names = NULL,
quote = "\"'",
dec = ".",
stringsAsFactors=FALSE)
x <- read.table("comm.csv", header = TRUE, sep=",",
quote="\"'", stringsAsFactors=FALSE,
fill = TRUE,
encoding = "UTF-8",
row.names = NULL)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment