I am working the googlesheets4 package in R and I'm wondering if there is a function that exists for changing the color of a tab?
For example, I am looking to make color a tab brown.
Before:
After:
I am working the googlesheets4 package in R and I'm wondering if there is a function that exists for changing the color of a tab?
For example, I am looking to make color a tab brown.
Before:
After:
Copyright © 2021 Jogjafile Inc.


googlesheets4does not support setting tab color. However, the Sheets v4 API does.The function,
sheet_set_tab_color, can be created like other functions ingooglesheets4which update sheet properties.This sets the tab color as expected