Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in dplyr
Converting List to Vector using Tidyverse
Dec 21, 2025
r
dplyr
tidyr
stringr
purrr
Why do `rlang::sym` and `rlang::quo_name` in LHS of expression behave similarly?
Dec 21, 2025
r
dplyr
rlang
tidyeval
Accessing other group_by groups with summarize()
Dec 21, 2025
r
dplyr
group-by
summarize
row_number() from dplyr: An example with vector
Dec 20, 2025
r
dplyr
Rolling paste strings across columns
Dec 20, 2025
r
dplyr
How to use R summarise with multiple numeric and text-based conditional subsets
Dec 21, 2025
r
dplyr
summarize
Scale rows of data
Dec 20, 2025
r
scale
dplyr
How to remove nth character in string?
Dec 20, 2025
r
dplyr
tidyverse
Replacing values of a row in a dataframe by creating a new row, but keeping the modified original row
Dec 19, 2025
r
dataframe
dplyr
left_join two data frames and overwrite
Dec 19, 2025
r
dplyr
Why does this dplyr() grouping code work in base R but not when running in Shiny?
Dec 19, 2025
r
dplyr
shiny
grouping
dplyr summarise with dynamic columns
Dec 19, 2025
r
dynamic
dplyr
How to use 'ifelse' and 'all' together?
Dec 19, 2025
r
if-statement
dplyr
Why, for R data.tables dt1 & dt2, does dplyr::bind_rows(dt1, dt2)[con2] not yield the expected result, but rbindlist(dt1, dt2)[con2] does?
Dec 15, 2025
r
dplyr
data.table
piping a vector into all() to test equality
Dec 16, 2025
r
dplyr
purrr
magrittr
Change variable name in dplyr::count using standard evaluation
Dec 15, 2025
r
dplyr
standard-evaluation
Aggregating a categorical table in R (With percentages)
Dec 16, 2025
r
dplyr
aggregation
Extract first Non NA value over multiple columns
Dec 15, 2025
r
dplyr
tidyr
mutate
How do I mutate across to multiple columns together that have similar names in R?
Dec 16, 2025
r
regex
dplyr
mutate
across
Create column based on matched characters from another column and set all remaining unmatched characters to specified value
Dec 16, 2025
r
dplyr
tidyr
data-manipulation
Older Entries »