tm1_get_instances {tm1r} | R Documentation |
TM1 Get Instances
Description
Returns the list of tm1 instances in the specified adminhost
Usage
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
## Not run:
tm1_get_instances()
tm1_get_instances(adminhist = "localhost",
port = "5898", ssl = TRUE)
## End(Not run)
[Package tm1r version 1.1.8 Index]