Learn R Programming

economiccomplexity (version 2.0.0)

dataframe_to_matrix: Dataframe to matrix

Description

Dataframe to matrix

Usage

dataframe_to_matrix(
  dataframe,
  country = "country",
  product = "product",
  value = "value"
)

Arguments