ch_flows dataset

Swiss Flows Dataset

Swiss Flows Dataset

A dataset containing flow data between various locations in Switzerland. This data represents the flow counts between origin and destination locations, identified by their unique codes. data

Format

ch_flows

A data frame with 676 rows and 3 columns:

  • origin: A character vector representing the origin location identifier (must match the id in the ch_locations dataset).
  • dest: A character vector representing the destination location identifier (must match the id in the ch_locations dataset).
  • count: An integer vector representing the flow count between the origin and destination locations.
ch_flows
  • Maintainer: Egor Kotov
  • License: MIT + file LICENSE
  • Last published: 2024-09-05

About the dataset

  • Number of rows: 676
  • Number of columns: 3
  • Class: data.frame

Column names and types

  • origin:character
  • dest:character
  • count:integer