names.tbl_Andromeda | R Documentation |
Get the column names of an Andromeda table
## S3 method for class 'tbl_Andromeda'
names(x)
x |
An table in an Andromeda object |
A character vector of column names
andr <- andromeda(cars = cars)
names(andr$cars)
# [1] "speed" "dist"
close(andr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.