depending on the context return the correct format for a document. The basic output here is to use HTML as an output if possible and convert it to an image or a PDF that can then be included into a latex document for example.
Arguments
- ...
Named arguments passed on to
.hux_save_as
hux
the huxtable to save
filename
the filename, which may omit the extension
size
a
std_size
list entrymaxWidth
or the maximum width in inches
maxHeight
and either the maximum height in inches
aspectRatio
or the minimum allowed aspect ratio
formats
if the extension is omitted, all the formats described here will be saved. Currently supported outputs are "html","png","pdf","docx","xlsx"
defaultFontSize
the default font size
sheetname
if saving as an xlsx file.