Learn R Programming

tm1r

Overview

Useful functions to connect to 'TM1' https://www.ibm.com/uk-en/products/planning-and-analytics instance from R via REST API.

Installation

install.packages("tm1r")

Usage

Start with creating a connection object with tm1_connection function. Then send this object to any other function that you want to work with.

Copy Link

Version

Install

install.packages('tm1r')

Monthly Downloads

182

Version

1.1.8

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Muhammed Onder

Last Published

December 9th, 2020

Functions in tm1r (1.1.8)

tm1_delete_element

TM1 Delete Element or Component
tm1_create_subset

TM1 Create New Subset to a Dimension
tm1_delete_view

TM1 Delete View
tm1_create_element

TM1 Create New Element to a Dimension
tm1_api_request

TM1 API Request
tm1_create_view

TM1 Create View from mdx
tm1_get_config

TM1 Get Configuration
tm1_delete_subset

TM1 Delete Subset
tm1_create_mdx

TM1 Generate mdx for a cube view
tm1_connection

TM1 Connection
tm1_get_dimension_elements

TM1 Get Elements of a Dimension
tm1_get_element

TM1 Get Element of a Dimension
tm1_get_dimensions

TM1 Get Dimensions
tm1_run_chore

TM1 Run a Chore
tm1_get_data

TM1 Get Data from a Cube
tm1_get_dimension_attributes

TM1 Get Attributes of a Dimension
tm1_run_process

TM1 Run a Process
tm1_logout

TM1 Log Out
tm1_get_subset_elements

TM1 Get Elements of a subset
tm1_get_log

TM1 Get Logs of an instance
tm1_get_instances

TM1 Get Instances
tm1_get_cube_dimensions

TM1 Get Dimensions of a Cube
tm1_get_cubes

TM1 Get Cubes
tm1_get_native_view

TM1 Get Data from a Native View
tm1_get_mdx_view

TM1 Get Data from an MDX View
tm1_send_data

TM1 Send Data to a Cube
tm1_send_dataset

TM1 Send Data Set to a Cube
tm1_get_dimension_subsets

TM1 Get Subsets of a Dimension