View source: R/vsg_distinct_vectorize.R
vsg_distinct_vectorize | R Documentation |
This function helps the vsg_expand function.
vsg_distinct_vectorize(df, ...)
df |
A data frame, usually containing VSGSeq results data. |
... |
A set of columns to pass to dplyr::distinct(). |
Returns a vector of the distinct objects in the column designated.
vsg_distinct_vectorize(df, col1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.