fetchColnames | R Documentation |
Fetch column names exists in the data object
fetchColnames(object, query)
object |
Any object that has implemented |
query |
Column names to check. |
An update query
where only entries existing in
colnames(object)
are kept. If no any query
was found, raise an
error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.