View source: R/add_list_length.R
add_list_length | R Documentation |
Optionally creating a single column list
with the full context.
add_list_length(
df,
taxa_col = "taxa",
context,
create_list_col = FALSE,
sep = "_"
)
df |
Data frame with taxa and context columns. |
taxa_col |
Character column name in |
context |
Character vector of columns names defining the context. |
create_list_col |
Create a single column named |
sep |
Separator between contexts if |
Data frame with extra column(s) list length, named sr
, and, optionally,
list name, list
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.