PrintToPDF
PrintToPDF(
Path,
OutputName,
ObjectList = NULL,
Tables = FALSE,
MaxPages = 500,
Title = "Model Output",
Width = 12,
Height = 7,
Paper = "USr",
BackgroundColor = "transparent",
ForegroundColor = "black"
)
Path file to the location where you want your pdf saved
Supply a name for the file you want saved
List of objects to print to pdf
TRUE for data tables, FALSE for plots
Default of 500
The title of the pdf
Default is 12
Default is 7
'USr' for landscape. 'special' means that Width and Height are used to determine page size
Default is 'transparent'
Default is 'black'
Other Misc:
AutoH2OTextPrepScoring()
,
LB()
,
Logger()
,
tokenizeH2O()