give_names {do}R Documentation

change vector, dataframe or matrix names

Description

change vector, dataframe or matrix names

Usage

give_names(data, ...)

## S3 method for class 'character'
give_names(data, ...)

## S3 method for class 'numeric'
give_names(data, ...)

## S3 method for class 'logical'
give_names(data, ...)

## S3 method for class 'list'
give_names(data, ...)

## S3 method for class 'data.frame'
give_names(data, ..., row = FALSE)

## S3 method for class 'matrix'
give_names(data, ..., row = FALSE)

Arguments

data

one vector, list, dataframe or matrix

...

one or more names

row

logical, whether the names is row names. Default is FALSE

Value

names changed data


[Package do version 2.0.0.0 Index]