expand_column
expand_column(x, ...)
# S3 method for data.frame
expand_column(
x,
col.name = NULL,
out.name = col.name,
value.name = "value",
...
)
a data.frame or similar object.
arguments passed down to methods.
column from the data.frame to expand.
column in the data.frame where to store expanded values.
column in the data.frame where to store logical vector.