Skip to content

Commit

Permalink
incluir lista total miembros
Browse files Browse the repository at this point in the history
  • Loading branch information
elequintero committed Jan 30, 2025
1 parent a3ac861 commit 906f7da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion institutioncoords.csv
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ Universidad de Sevilla - Joint Research Unit LifeWatch Spain (JRU LW.ES)_Sevilla
"Graduate School of Design, Harvard University_Harvard_USA",-71.5845822,42.501419
Freelance_-_-,151.2868476,-33.7980119
Instituto Tecnológico Agrario de Castilla y León_-_España,-4.71009509940098,41.69826385
Universidad Nacional Autónoma de México_México_México,-99.18493018260632,19.32160295
Universidad Nacional Autónoma de México_México_México,-99.1849301826063,19.32160295
"Lund University, Universidad del País Vasco_Lund_Suecia",13.1929449,55.7029296
2 changes: 1 addition & 1 deletion miembros.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ member.table <- gsheet::gsheet2tbl("19J9P-is9eJWoDN7_agmSeu5S5YgD4JZIoe_FtZ-G3EQ
# read institution coordinates and only search for the new ones
coords.table <- readr::read_csv("institutioncoords.csv") |>
update_coord_table(member.table = member.table[-1,]) |>
update_coord_table(member.table = member.table) |>
distinct()
# rewrite updated table of institutions coordinates
Expand Down

0 comments on commit 906f7da

Please sign in to comment.