Variable
class Variable
Variables represent the "columns" in tables (and uploads), and have certain metadata as well as detailed univariate summary statistics associated with them. Use this class to interface with variables and their metadata.
Constructors
| Construct a reference to a variable within a table based on its (case-insensitive) name. |
Examples
Attributes
| A named list containing the API resource representation of the variable. This will only be populated after certain methods are called, particularly the |
| A reference to the Table instance that constructed this variable. Will be |
Methods
| Gets the variable, after which the |
List all visible datasets owned by the user. | |
| Update a variable's metadata. |
Last updated