Learn R Programming

tm1r (version 1.1.8)

tm1_get_instances: 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

Run this code
# NOT RUN {
tm1_get_instances()

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

# }

Run the code above in your browser using DataLab