nameChanger: _nameChanger_: function to change a variable name.

View source: R/nameChanger.R

nameChangerR Documentation

nameChanger: function to change a variable name.

Description

An internal function used to change the name of a variable.

Usage

nameChanger(data, oldName, newName)

Arguments

data

A list of datasets.

oldName

The old variable name.

newName

The new variable name.

Value

A list of data.frame or spatial objects with the name of the variable changes.


PointedSDMs documentation built on Sept. 11, 2024, 7:06 p.m.