powered by
Get the column names of an Andromeda table
# S3 method for tbl_Andromeda names(x)
A character vector of column names
An table in an Andromeda object
andr <- andromeda(cars = cars) names(andr$cars) # [1] "speed" "dist" close(andr)
Run the code above in your browser using DataLab