Posts by pedro magalhaes • 36 points
2 posts
- 
		2 votes3 answers952 viewsA: How to filter a range of values?Both of the above answers solve the problem presented. I am personally adept at using dplyr (included in tidyverse) for data processing. However, I add the extended version of the @LLL response that… ranswered pedro magalhaes 36
- 
		0 votes1 answer95 viewsA: How to take the variation with respect to the number of days of the date difference in RI am not sure that the question is very clear and perhaps some additional information should be put. Either way, assuming you always want to calculate the difference from 10-01-2018, then what you…