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
You may be aware that this package is built to support the 'Releasing statistics in spreadsheets' guidance by the Government Analysis Function. Regarding images, the guidance says:
Images within spreadsheets should be avoided. Generally the best place for any analysis or data visualisations is in HTML.
11. Avoid images in spreadsheets
Images should be avoided as they can disrupt navigation. If you cannot avoid including images, make sure all logos, graphics, charts and any other images within the spreadsheet document have alternative text attached to them.
For these reasons, {a11ytables} currently doesn't support image insertion.
You could, however, insert a new sheet to the Workbook-class object generated by a11ytables::generate_workbook() and use the openxlsx::insertImage() function to insert an image.
would it be possible to have sheet_type = image or sheet_type = graph and pass .svg images or ggobjects to be displayed on the worksheet?
The text was updated successfully, but these errors were encountered: