remove_variable: Removes a variable from the Graph

View source: R/process_graph_building.R

remove_variableR Documentation

Removes a variable from the Graph

Description

The function that removes a selected variable from the graph. It is removed from the list of defined variables that are obtainable with variables(). The variables already placed in the graph won't be deleted, only in the defined variables list.

Usage

remove_variable(graph, variable)

Arguments

graph

a Graph() object

variable

a variable id or a variable object

Value

TRUE


Open-EO/openeo-r-client documentation built on Feb. 21, 2024, 12:20 p.m.