vcol: Numbered colnames

View source: R/Untitled.R

vcolR Documentation

Numbered colnames

Description

Print names and numbers of the columns in Console (ver = FALSE) or Viewer (ver = TRUE).

Usage

vcol(datos, ver = FALSE)


Arguments

datos

Data to see the numbered colnames.

ver

FALSE to display them in Console, TRUE to display in Viewer.

Examples

vcol(mtcars)
vcol(iris, ver = TRUE)

ValeriaRolle/auxfun documentation built on June 29, 2023, 5:28 p.m.