Learn R Programming

RemixAutoML (version 0.5.4)

PrintToPDF: PrintToPDF

Description

PrintToPDF

Usage

PrintToPDF(
  Path,
  OutputName,
  ObjectList = NULL,
  Tables = FALSE,
  MaxPages = 500,
  Title = "Model Output",
  Width = 12,
  Height = 7,
  Paper = "USr",
  BackgroundColor = "transparent",
  ForegroundColor = "black"
)

Arguments

Path

Path file to the location where you want your pdf saved

OutputName

Supply a name for the file you want saved

ObjectList

List of objects to print to pdf

Tables

TRUE for data tables, FALSE for plots

MaxPages

Default of 500

Title

The title of the pdf

Width

Default is 12

Height

Default is 7

Paper

'USr' for landscape. 'special' means that Width and Height are used to determine page size

BackgroundColor

Default is 'transparent'

ForegroundColor

Default is 'black'