I am trying to import a Google Spreadsheet with formulas (specifically with =HYPERLINK formulas) in addition to or instead of the values for a column.
There are many helpful posts on how to import Google Spreadsheers into R, but, at least using a CSV file, these import the values but not the formulas of cells.
The "View" -> "All formulas" option in Google Spreadsheets shows all of the formulas but even with this approach the values of the cells but not the formulas are returned.
Any there any relatively straightforward ways to import a Google Spreadsheets with Formulas into R? And if not, are there any other approaches that may work?