how can change date for tidyquant?

I want to analysis a dataset that this dataset have two column date . one column based on Gregorian and another column based on Persian Calendar. now when use get weekly period for data, the exits give me analysis based on gregorian date column but i want to get analysis base on another column date.
what parameters add to function ?

dataset %>% 
    tq_transmute(select     = adjClose, 
                 mutate_fun = periodReturn, 
                 period     = "weekly", 
                 type       = "arithmetic")

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.