-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
112ad0f
commit bb7c2a2
Showing
2 changed files
with
80 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# at product level, Tilman's example yields what he expects | ||
|
||
Code | ||
product | ||
Output | ||
# A tibble: 5 x 11 | ||
companies_id grouped_by risk_category profile_ranking clustered | ||
<chr> <chr> <chr> <dbl> <chr> | ||
1 a ipr_a_2050 high 1 a | ||
2 a weo_a_2050 medium 0.6 a | ||
3 a <NA> <NA> NA b | ||
4 a ipr_a_2050 low 0.3 c | ||
5 a weo_a_2050 <NA> NA c | ||
# i 6 more variables: activity_uuid_product_uuid <chr>, tilt_sector <chr>, | ||
# scenario <chr>, year <dbl>, type <chr>, tilt_subsector <chr> | ||
|
||
# at company level, Tilman's example yields what he expects | ||
|
||
Code | ||
product | ||
Output | ||
# A tibble: 5 x 5 | ||
companies_id grouped_by risk_category profile_ranking clustered | ||
<chr> <chr> <chr> <dbl> <chr> | ||
1 a ipr_a_2050 high 1 a | ||
2 a weo_a_2050 medium 0.6 a | ||
3 a <NA> <NA> NA b | ||
4 a ipr_a_2050 low 0.3 c | ||
5 a weo_a_2050 <NA> NA c | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters