python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Cover whole page with a video player
I am working on a website for my post-production company with Webflow.
I can't force the player (Plyr) to fill the whole page... The part with the player bar is outside the page. How can I get the who...
Maakelele
Votes: 0
Answers: 0
How to attach and remove a package in a script, when we require it for some part but it becomes problems for other part of script
I'm using plyr package in my script. It is required to join two data frames using the join function.
Again in later part of script, many functions like rename, or some statistical functions don't work...
Ashish Kulkarni
Votes: 0
Answers: 0
How to summarise and subset multi-level grouped dataframe in dplyr and R
I have the following data in long format:
testdf <- tibble(
name = c(rep("john", 4), rep("joe", 2)),
rep = c(1, 1, 2, 2, 1, 1),
field = rep(c(&qu...
mdb_ftl
Votes: 0
Answers: 2
How can I read in a list of- and combine- multiple CSVs with duplicate ID columns?
I have a list of CSVs that contain data for individual animals. I have 2 CSVs for each animal so the ID column in each of those CSVs is the same. Also, one CSV for each individual contains many more c...
JLD475
Votes: 0
Answers: 2