Description Usage Arguments Value Author(s) Examples
This convienence function finds the data of a specified
type in the passed data.frame
.
1 | column_class(x, class = NULL, mode = c("label", "index")[1])
|
x |
An object of |
class |
The type of class to search for. If this is omitted then the classes of each column will be returned. |
mode |
How you would like the column references to be used. Current values are:
|
A list of labels or indicies indicating where columns of the queried type exist or a list of all column classes.
Rodney J. Dyer rjdyer@vcu.edu
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.