Posts by Alain dos Santos • 11 points
1 post
-
0
votes2
answers39
viewsQ: Create a table in R from a date frame grouping the values per month
I have a dataframe df with two columns: Number and Date. df = data.frame(numero = c("10", "20", "30", "40", "50"), data = c("2021-10-01", "2021-10-02", "2021-09-01", "2021-09-01", "2021-08-01")) I…
rasked Alain dos Santos 11