Forum: help


RE: using zoo [ Reply ] By: Arne Henningsen on 2014-08-14 06:14 | [forum:41371] |
Dear Steven Function read.zoo() is in the R package "zoo". You need to install and load this package before you can use this function. If you have questions regarding read.zoo() or regarding the "zoo" package, please use the R-Forge site of the "zoo" package: http://r-forge.r-project.org/projects/zoo/ Best regards, Arne |
using zoo [ Reply ] By: Steven Njuki on 2014-08-13 15:21 | [forum:41367] |
Hello, Am new to R and am having some problem using the zoo function. My R version is 3.10(spring dance) and it is running on Mac (OS mavericks). When I try reading a csv file I get this message: Error: could not find function "read.zoo" |