This file was made to calculate some basic metrics about authors present in the Test sample and compare data from both platforms (news and X).
##Load the data
##Only in Twitter and News
##more active
## [1] "Organizations only in X:"
## # A tibble: 284 × 1
## organization
## <chr>
## 1 Ontario Chamber of Commerce
## 2 Pathway Group
## 3 Startup Guelph
## 4 Woodstock Chamber Of Commerce
## 5 Nuscale
## 6 Saugeen Shores Chamber of Commerce
## 7 Canada’s Oil Sands Innovation Alliance
## 8 Saint John Energy
## 9 Council City of Mississauga
## 10 Government of Durham
## # ℹ 274 more rows
## [1] "Organizations only in Newspapers:"
## # A tibble: 30 × 1
## organization
## <chr>
## 1 Benchmark Labs
## 2 Vancouver Sun
## 3 Toronto Star
## 4 Canada Energy Regulator
## 5 Nature Energy
## 6 The Globe and Mail
## 7 GLJ Research
## 8 Elbow
## 9 Saskatchewan Environmental Society
## 10 Business Council of Canada
## # ℹ 20 more rows
## [1] "Organizactions in both platforms:"
## # A tibble: 46 × 1
## organization
## <chr>
## 1 Green Party
## 2 Ontario Power Generation
## 3 Ontario Clean Air Alliance
## 4 Ontario Energy
## 5 GE Hitachi
## 6 Estevan Chamber of Commerce
## 7 University of British Columbia
## 8 Tennessee Valley Authority
## 9 Canadians for Nuclear Energy
## 10 Government of Poland
## # ℹ 36 more rows
## [1] "Most active organizations on X:"
## # A tibble: 330 × 2
## organization total_statements
## <chr> <int>
## 1 Terrestrial Energy 277
## 2 Ontario Energy 228
## 3 Canadians for Nuclear Energy 96
## 4 Ontario Power Generation 96
## 5 Conservative Party 79
## 6 Canadian Nuclear Safety Commission 61
## 7 Ontario Clean Air Alliance 51
## 8 Ontario Chamber of Commerce 46
## 9 Alberta Nuclear 43
## 10 Natural Resources Canada 43
## # ℹ 320 more rows
## [1] "Most active organizations on Newspapers:"
## # A tibble: 76 × 2
## organization total_statements
## <chr> <int>
## 1 Sask Power 27
## 2 Green Party 16
## 3 Natural Resources Canada 15
## 4 University of British Columbia 14
## 5 Ontario Power Generation 13
## 6 GE Hitachi 11
## 7 The Globe and Mail 11
## 8 New Democratic Party 9
## 9 ARC Nuclear Canada Inc 8
## 10 University of Winnipeg 8
## # ℹ 66 more rows