R Language Obtenga todas las columnas en un conjunto de datos
# Get all the column names in some_dataset
colnames(some_dataset)
Tense Tarantula
# Get all the column names in some_dataset
colnames(some_dataset)