View source: R/fct_graph_helpers.R
select_graph_columns | R Documentation |
Selects the columns from this graph dataframe that are relevant to gfpop
select_graph_columns(graph_df)
graph_df |
the graph to process |
a dataframe with 9 columns, compatable with gfpop
graph <- gfpop::graph(type = "std") graph$test <- c(1,2) select_graph_columns(graph)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.