monthly difference

Hi!

To help us help you, could you please prepare a reproducible example (reprex) illustrating your issue? Please have a look at this guide, to see how to create one:

If you have clean monthly data, the dplyr window function diff with mutate is a handy way to calculate monthly change in variables. With a reprex we could give you an example.