USEPA / Phytoplankton-Data-Analysis

Phytoplankton Data Analysis
3 stars 0 forks source link

delimit characters in 'cleaned_algae_20140422.txt'? #29

Closed jbeaulie closed 10 years ago

jbeaulie commented 10 years ago

I read in the file this way:

algae <- read.delim("processed_data/cleaned_algae_20140422.txt", as.is=TRUE, header = TRUE)

Applying this code: unique(algae$taxa)

shows that the structure falls apart at row 1695.

mjpdenver commented 10 years ago

Fixed