I have imported a CSV file:
rfishR <- read.csv(file="rfishR.csv",stringsAsFactors = FALSE,
strip.white = TRUE, na.strings = c("NA","") )
attach(rfishR)
When I call it up in R, it starts with line 2066 rather than 1 and some of the
headers (used Headers = TRUE, too) are "masked"?
Sample data
loc
lat
lon
datum
water
date
obs
net
species
length
mass
other
Dispos
NS10
69.5
-156.8
NAD83
Chuc
########
pt
f
fourhorn sculpin
225
na
na
id
NS10
69.5
-156.4
NAD83
Chuc
########
pt
f
fourhorn sculpin
293
na
na
id
NS10
69.5
-156.2
NAD83
Chuc
########
pt
f
fourhorn sculpin
243
na
na
id
Please help.
-TS
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.