Last updated 1 day ago
Was this helpful?
Fetches the variable, after which variable$properties will contain a named list with entries corresponding to the properties on the . Will raise an error if the variable does not exist.
self (a )
table <- redivis$organization("Demo")$dataset("iris_species")$table("iris") variable <- table$variable("sepalLengthCm") variable$exists() # -> TRUE variable$get() print(variable$properties) { "kind": "variable", ... (see variable resource definition) }