tm1_get_instances: TM1 Get Instances

Description Usage Arguments Examples

View source: R/tm1_get_instances.R

Description

Returns the list of tm1 instances in the specified adminhost

Usage

1
tm1_get_instances(adminhost = "localhost", port = "5898", ssl=TRUE)

Arguments

adminhost

adminhost of tm1 models

port

port of admin server

ssl

If TRUE it will be accesses through https

Examples

1
2
3
4
5
6
7
8
## Not run: 
tm1_get_instances()

tm1_get_instances(adminhist = "localhost",
                  port = "5898", ssl = TRUE)


## End(Not run)

tm1r documentation built on Dec. 15, 2020, 5:36 p.m.