Description Usage Arguments Details Value
getDataStream
initialises an R5 object that contains
a connection with the Datastream DWE server. This function has been
provided for backward compatibility
1 2 3 4 5 | 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.