Skip to contents

Extracts switches or stacks between own brin and another brin

Usage

find_flows(
  my_flow_insights,
  stack_or_switch = c("switch", "stack"),
  direction = c("to", "from"),
  other_brin
)

Arguments

my_flow_insights

a flow_insights object

stack_or_switch

either "switch" for flows without final degree or "stack" for flows with final degree

direction

"to" the other_brin for outgoing flows, or "from" the other brin for incoming flows

other_brin

the brin from another institution of higher education

Value

a dataframe with a subset of the switches or stacks dataframe from the flow_insights object

Examples

if (FALSE) { # \dontrun{
find_flows(my_insights_object, "switch", "to", "98XX")
} # }