you entered a less than sign instead of an assignment operator.

instead of
  id < ConnectTrueFX(...
it should be
  id <- ConnectTrueFX(...


On Wed, Nov 27, 2013 at 11:10 PM, veepsirtt <veepsi...@gmail.com> wrote:
>> id < ConnectTrueFX("EUR/USD",username="veepsirtt",password="veeps203")
> Error in id < ConnectTrueFX("EUR/USD", username = "veepsirtt", password =
> "veeps203") :
>   comparison (3) is possible only for atomic and list types
>
>
>
>
> --
> View this message in context: 
> http://r.789695.n4.nabble.com/Introducing-TFX-An-R-Interface-to-the-TrueFX-Web-API-tp4651827p4681302.html
> Sent from the Rmetrics mailing list archive at Nabble.com.
>
> _______________________________________________
> R-SIG-Finance@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-sig-finance
> -- Subscriber-posting only. If you want to post, subscribe first.
> -- Also note that this is not the r-help list where general R questions 
> should go.

_______________________________________________
R-SIG-Finance@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-sig-finance
-- Subscriber-posting only. If you want to post, subscribe first.
-- Also note that this is not the r-help list where general R questions should 
go.

Reply via email to