fetchColnames {easy.utils} | R Documentation |
Fetch column names exists in the data object
Description
Fetch column names exists in the data object
Usage
fetchColnames(object, query)
Arguments
object |
Any object that has implemented |
query |
Column names to check. |
Value
An update query
where only entries existing in
colnames(object)
are kept. If no any query
was found, raise an
error.
[Package easy.utils version 0.0.4 Index]