expand_column | R Documentation |
expand_column
expand_column(x, ...)
## S3 method for class 'data.frame'
expand_column(
x,
col.name = NULL,
out.name = col.name,
value.name = "value",
...
)
x |
a data.frame or similar object. |
... |
arguments passed down to methods. |
col.name |
column from the data.frame to expand. |
out.name |
column in the data.frame where to store expanded values. |
value.name |
column in the data.frame where to store logical vector. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.