python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
R summarize across with multiple functions
I have a data frame where I am grouping by county, and then trying to summarize teh rest of the data using summarise across. Some of the variables I would like to sum across, while other variables I w...
KLenny
Votes: 0
Answers: 1
Autofill across and above a dynamic range
I'd like to autofill cells across and above a dynamic range.
I have a line of numbers in row 3 and would like to put the word "Customer No." in the cell above each one.
I do this by copying...
Bikat Uprety
Votes: 0
Answers: 1
Merge survey columns across variables in R
I am analyzing a very large survey in which I want to combine four parts of the survey, through several combinations of 4 questions. Below I have created a small example. A little background: a respon...
Demi
Votes: 0
Answers: 2
How can I relocate mutated columns next to the original colums?
I have made a function which mutates across columns and creates new named columns from each of them. The new colums are put to the right side of the dataframe whereas I would like to have them adjacen...
Mico Hamlyn
Votes: 0
Answers: 3