select_graph_columns: Selects the columns from this graph dataframe that are...

View source: R/fct_graph_helpers.R

select_graph_columnsR Documentation

Selects the columns from this graph dataframe that are relevant to gfpop

Description

Selects the columns from this graph dataframe that are relevant to gfpop

Usage

select_graph_columns(graph_df)

Arguments

graph_df

the graph to process

Value

a dataframe with 9 columns, compatable with gfpop

Examples

graph <- gfpop::graph(type = "std")
graph$test <- c(1,2)
select_graph_columns(graph)

julianstanley/gfpopgui documentation built on April 16, 2022, 2:58 a.m.