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
12
questions and find answers to
41
problems.
Stats
895
EtPoint
242
Vote count
12
questions
41
answers
About
CPak questions
dplyr equivalent to DF[DF==X] <- Y
select column names containing string programmatically
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
How can I replace characters in a dataframe using dplyr?
Foreach combine output - specific vectors
Remove row below conditionally in dataframe and add values together in R
Find and replace values by NA for all columns in DataFrame
Gsub a every element after a keyword in R
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