R/Object.R
names.tbl_Andromeda.Rd
Get the column names of an Andromeda table
# S3 method for tbl_Andromeda names(x)
An table in an Andromeda object
A character vector of column names
andr <- andromeda(cars = cars) names(andr$cars) #> [1] "speed" "dist" # [1] "speed" "dist" close(andr)