ropensci / rnoaa

R interface to many NOAA data APIs
https://docs.ropensci.org/rnoaa
Other
330 stars 84 forks source link

Character buoy ids #118

Closed jsta closed 8 years ago

jsta commented 8 years ago

I cannot seem to retrieve any data associated with buoys that have character ids. For example,

buoy(dataset = "stdmet", buoyid = "VCAF1")

returns

Error: length(url) == 1is not TRUE

See http://www.ndbc.noaa.gov/to_station.shtml

sckott commented 8 years ago

woops, i only accounted for numeric buoy ids, fixing

sckott commented 8 years ago

@jsta reinstall from github, and try again, shoudl be fixed