tm1_connection: TM1 Connection

Description Usage Arguments Examples

Description

Creates and returns a connection object to connect to TM1 via REST API.

Usage

1
2
3
tm1_connection(adminhost = "localhost", httpport = "",
username = "admin", password = "apple",
namespace="", ssl=TRUE)

Arguments

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

Examples

1
2
3
4
## Not run: 
tm1_connection("localhost", "8881", "admin", "apple")

## End(Not run)

muhammedalionder/tm1r documentation built on May 10, 2019, 1:19 a.m.