cloud_drive_spreadsheet_autofit | R Documentation |
Finds the spreadsheet by path relative to a project root.
Applies googlesheets4::range_autofit()
to each sheet.
cloud_drive_spreadsheet_autofit(file, root = NULL)
file |
Path to a file relative to project folder root. Can contain only letters, digits, '-', '_', '.', spaces and '/' symbols. |
root |
Google Drive ID or URL of the project root. This serves as the
reference point for all relative paths. When left as |
The file ID of the resized Google spreadsheet as an invisible result.
cloud_drive_write(mtcars, "results/mtcars.xlsx")
cloud_drive_spreadsheet_autofit("results/mtcars.xlsx")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.