Description Usage Arguments Examples
Creates and returns a connection object to connect to TM1 via REST API.
1 2 3 | tm1_connection(adminhost = "localhost", httpport = "",
username = "admin", password = "apple",
namespace="", ssl=TRUE)
|
adminhost |
adminhost of tm1 model |
httpport |
httpport of tm1 model |
username |
username to connect to tm1 model |
password |
password of the username |
namespace |
ID of namespace should be specified if there is CAM security. Should be blank for native security |
ssl |
If UseSSL parameter is T in tm1s.cfg file, then TRUE. Else FALSE. Default is TRUE |
1 2 3 4 | ## Not run:
tm1_connection("localhost", "8881", "admin", "apple")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.