Learn R Programming

Andromeda (version 0.6.7)

names.tbl_Andromeda: Get the column names of an Andromeda table

Description

Get the column names of an Andromeda table

Usage

# S3 method for tbl_Andromeda
names(x)

Value

A character vector of column names

Arguments

x

An table in an Andromeda object

Examples

Run this code
andr <- andromeda(cars = cars)
names(andr$cars)
# [1] "speed" "dist"
close(andr)

Run the code above in your browser using DataLab