I have some excel file that contains various formulas. I would like to import the files in R, but before that I need to update their formulas.
Can I use xlsx (or another R package) in Rstudio to refresh the file before importing it? is that possible in R? I would like to avoid opening the file manually if possible.
Thanks!