A particular section of data is being added twice in R -
i utilize particular code add together info r:
mydata <- read.table("c:/eric.csv", sep=",", header=true, stringsasfactor=true, quote= ",") then when bring using " mydata ", essential adds 154 people (which found in row 186-340) , above data, , actual headers (row 155) , how info supposed arranged. there anyway change/add command right this?
since it's csv reading, consider using read.csv() function instead.
r
No comments:
Post a Comment