Skip to content

Commit

Permalink
Small fix in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Perpiñán Lamigueiro authored and Oscar Perpiñán Lamigueiro committed May 21, 2015
1 parent 506e5ca commit e90a6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pointNCDC.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pointNCDC <- function(lon, lat, vars, day, run, service, ...){
## vertical layers produce files with multiple rows,
## although this is solved with the `vertical` argument)
vals <- read.csv(x, header = TRUE, nrows = 1)
## Ídem, but now with columns: first column is the
## Idem, but now with columns: first column is the
## timestamp, second and third coordinates, and last
## column is the variable.
vals[1, c(1:3, ncol(vals))]
Expand Down

0 comments on commit e90a6e6

Please sign in to comment.