Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
CPak
CPak has asked
10
questions and find answers to
36
problems.
Stats
780
EtPoint
212
Vote count
10
questions
36
answers
About
CPak questions
combine tidyr::spread and dplyr::summarise in single step
dplyr::select of nested data frame
Split vector into balanced list (balancing sum of list elements)
tidyr separate column values into character and numeric using regex
Change font size of titles from facet_wrap
What is meaning of first tilde in purrr::map
combine rows in data frame containing NA to make complete row
CPak answers
Combining mutate and filter functions
Efficiently convert a date column in data.table
How to run a function multiple times and write the results to a list?
dplyr - using column names as function arguments
R: How to spread, group_by, summarise and mutate at the same time
dplyr mutate a variable by comparing a variable and vectors of different sizes
Elegant way of adding columns on a specific position in a data frame
mc.cores > 1 is not support on windows
iterate through data frame where each iteration is dependent on the previous item in R efficiently
How to add calculated columns to nested data frames (list columns) using purrr