nameChanger {PointedSDMs} | R 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.
[Package PointedSDMs version 2.1.0 Index]