oce (version 1.2-0)

renameData: Rename items in the data slot of an oce object (deprecated)

Description

This was deprecated in December 2019, because oceRenameData() does a better job and is more consistent with other functions that work with items in the data and metadata slots.

Usage

renameData(x, old = NULL, new = NULL)

Arguments

x

an '>oce object.

old

Vector of strings, containing old names.

new

Vector of strings, containing old names.