ic.df.RdOperators to extract or replace subsets of ic data objects.
# S3 method for ic.df [(x, i, j, ..., drop = FALSE)
| x | Object of class |
|---|---|
| i, j, ... | Indices specifying the elements to extract or replace. Numeric or character vector or empty (missing) or NULL. |
| drop | Can core ic attribute columns be modified? Default is
|
For [ an ic.df data frame. For [[ or $, a
column of the ic data frame. For [<-, [[<-, and $<-, a
modified ic data frame.
The use of [.ic.df will generally follow the behaviour of
data.frame; however, when drop = FALSE the core 'ic'
attributes will always be preserved and will always return an object of
class ic.df.
ic_data