Description Usage Arguments See Also Examples
This function extracts a column name from a dataset irrespective of whether the column is called by its quoted name, its non quotted name, or through an object.
1 | get_colname(.data, col)
|
.data |
A |
col |
A column name |
1 2 3 | get_colname(iris, "Sepal.Length")
get_colname(iris, Sepal.Length)
get_colname(iris, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.