Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create function to dynamically create robot templates #21

Open
allenbaron opened this issue Feb 27, 2024 · 0 comments
Open

Create function to dynamically create robot templates #21

allenbaron opened this issue Feb 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@allenbaron
Copy link
Collaborator

Probably easiest to use the following approach:

  • Start with a default template in a Google Sheet
  1. Make a copy into another specified sheet
  2. Populate the data

Thinks to keep in mind:

  • 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
@allenbaron allenbaron added the enhancement New feature or request label Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant