Adding more data

This commit is contained in:
Louis Lacoste 2024-05-06 17:16:27 +02:00
parent db7f519639
commit eb6e7c672c
4 changed files with 1056 additions and 0 deletions

View file

@ -0,0 +1,11 @@
library(here)
data_folder <- file.path(here(), "code", "data", "brazilian-networks")
data_path <- file.path(
data_folder,
"AtlanticForestInvertFloInteractionData_2022-07.csv"
)
table_data <- read.csv(data_path)
table_data

Binary file not shown.

File diff suppressed because it is too large Load diff

Binary file not shown.