Last updated
Last updated
properties
A named list containing the API resource representation of the variable. This will only be populated after certain methods are called, particularly the get
method, and will otherwise be an empty list.
table
A reference to the Table instance that constructed this variable. Will be NULL
if the variable belongs to an upload.
variable$get
([wait_for_statistics])
Gets the variable, after which the properties
attribute will be populated according to the variable.get resource definition.
List all visible datasets owned by the user.
variable$update
([label, description, ...])
Update a variable's metadata.
Table$variable
(variable_name)
Construct a reference to a variable within a table based on its (case-insensitive) name.