getDataStream | R Documentation |
getDataStream
initialises an R5 object that contains
a connection with the Datastream DWE server. This function has been
provided for backward compatibility
getDataStream(
dweURLwsdl = "",
User = as.character("USERNAME"),
Pass = as.character("PASSWORD")
)
dweURLwsdl |
Ignored |
User |
Ignored - now sourced from options()$Datastream.Username |
Pass |
Ignored - now sourced from options()$Datastream.Password |
Initialise connection with Datastream DSWS server. Provided for backwards compatibility
a dsws object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.