For example ..
I have a series of values (prices) related to a product on several different dates.
I need to get the percentage change of this value.
Currently, prices are giving a standard deviation of 120.00, but I wanted that result in percentage. Like, prices have varied by 20% on those specific days.
How to do this in R?