tm1_delete_view {tm1r}R Documentation

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

## 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")

## End(Not run)

[Package tm1r version 1.1.8 Index]