sqdf
This commit is contained in:
parent
a74aa46788
commit
217c3ba05d
1 changed files with 1 additions and 2 deletions
|
|
@ -8,8 +8,7 @@ read.csv(here("data", "projects_supinfo.csv.gz")) -> projects_supinfo
|
|||
projects_supinfo %>%
|
||||
group_by(country, project) %>%
|
||||
distinct() %>%
|
||||
count() %>%
|
||||
View()
|
||||
count()
|
||||
|
||||
|
||||
list_matrices <- readRDS(here("data", "list_matrices.rds"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue