Hello gsee,
I tryied the examples given in your documentation.
But I am getting errors.
what is the problem?
With regards
veepsirtt.
------------------------------------------------------------------------
## Cannot run these because there may not be an internet connection
## Not run:
library(TFX)
QueryTrueFX() #unauthenticated
QueryTrueFX(pretty=FALSE)
QueryTrueFX(parse=FALSE)
## For authenticated session, you must have a username and password (it?s
free).
## Use your username and passward instead of JSTrader and Ou812
id <- ConnectTrueFX(?EUR/USD,GBP/USD?, username=?veepsirtt?,
password=?veeps203?)
QueryTrueFX(id)
QueryTrueFX(ConnectTrueFX(username=?veepsirtt?,
password=?veeps203?,format=?csv?), parse=FALSE)
QueryTrueFX(ConnectTrueFX(username=?veepsirtt?,
password=?veeps203?,format=?html?), parse=FALSE)
## If you have shiny installed
## install.packages("shiny", repos="http://rstudio.org/_packages")
library(shiny)
runGist("4122626")
## view the code for this shiny app at
#browseURL("https://gist.github.com/4122626")
## End(Not run)--------------------------------------
************************RESULTS*******************
source('~/.active-rstudio-document', echo=TRUE)
Error in source("~/.active-rstudio-document", echo = TRUE) :
~/.active-rstudio-document:11:21: unexpected input
10:
11: id <- ConnectTrueFX(?
^