You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text displays as ERROR if it is provided to GS4 as a formula
googlesheets4::write_sheet() cannot write columns of multiple types (e.g. some cells text, others formulas) because the input data.frame is limited to one type
Might be possible to write list columns but that seems like a big headache
The text was updated successfully, but these errors were encountered:
Probably easiest to use the following approach:
Thinks to keep in mind:
ERROR
if it is provided to GS4 as a formulagooglesheets4::write_sheet()
cannot write columns of multiple types (e.g. some cells text, others formulas) because the input data.frame is limited to one typeThe text was updated successfully, but these errors were encountered: