Posts by Garbes • 93 points
2 posts
-
2
votes1
answer1088
viewsQ: Select the highest value of a column set of a df and take the column name of that highest value in R
Guys I have a table in the R in which I wanted to look for the highest value in a given set of columns and given this higher value, return in a new column the name of the column in which that higher…
-
7
votes4
answers1920
viewsQ: Create column with sum and percentage of the maximum of other columns
i am a beginner in the R language and wanted to know how I create a function mutate that creates a new column in my table and at the same time store in this new column the sum of the values…