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)
Run table for all columns in sequence
If this is my dataset
Id Col_A_1 Col_A_2 Col_A_3 ..... Col_A_100
1 87 88 82 88
2 88 82 82 87
3 82 87 ...
Ahir Bhairav Orai
Votes: 0
Answers: 2
Run a function across columns without stripping Labelled attributes
I have a large number of SPSS files, and I need to generate random data that looks like the data that is in the file.
When I read in the SPSS files (using haven's read_sav), they come in with variable...
seehuus
Votes: 0
Answers: 1
Web scraping with R (rvest)
I'm new to R and am having some trouble to create a good web scraper with R.... It has been only 5 days since I started to study this language. So, any help I'll appreciate!
Idea
I'm trying to web scr...

user13809872
Votes: 0
Answers: 3
Loop over a sequence of values and return the mean
I have a data.frame that consists of multiple assets for four different asset classes:
mData = structure(
list(
Id = c(
"100522",
"102342",
"103966...
Nuller
Votes: 0
Answers: 1