Functions to get or set the names of an ic.df.

# S3 method for ic.df
names(x) <- value

# S3 method for ic.df
names(x)

Arguments

x

An ic.df object.

value

A character vector of up to the same length as x or NULL.

Value

For names a character vector the same length as x. For names<-, the updated ic data frame object is returned.

Details

These access and replacement functions which follow the same functionality as base::names for data frames.

See also

ic_data