Learn R Programming

tm1r (version 1.1.8)

tm1_delete_view: TM1 Delete View

Description

Deletes cube view

Usage

tm1_delete_view(tm1_connection, cube, view)

Arguments

tm1_connection

tm1 connection object returned by the function tm1_connection

cube

Name of cube

view

Name of view to be deleted

Examples

Run this code
# NOT RUN {
tm1_delete_view(
  tm1_connection("localhost", "8881", "admin", "apple"),
  "SalesCube", "test")

con_obj <- tm1_connection("localhost", "8881", "admin", "apple")
tm1_delete_view(con_obj, "SalesCube", "test")
# }

Run the code above in your browser using DataLab