View source: R/df.col.findId.R
df.col.findId | R Documentation |
Finds the data frame index of a column from the name of the column or his index.
df.col.findId(df, label_name)
df |
a data frame in which to find the index of a specific column(s). |
label_name |
a character or numeric vector indicating the column name or index respectively. |
This function allows the user to select on or several columns according to their name(s) or their index(es).
an numeric vector corresponding to the column index that matches argument label_name.
Sebastian Sosa, Ivan Puga-Gonzalez.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.