ToWrd(x, font = NULL, ..., wrd = getOption("lastWord"))
## S3 method for class 'Freq':
ToWrd(x, font = NULL, main = NULL, ..., wrd = getOption("lastWord"))
## S3 method for class 'table':
ToWrd(x, font = NULL, main = NULL, align = NULL, autofit = TRUE,
row.names = FALSE, ..., wrd = getOption("lastWord"))
## S3 method for class 'ftable':
ToWrd(x, font = NULL, main = NULL, ..., wrd = getOption("lastWord"))
## S3 method for class 'TOne':
ToWrd(x, font = NULL, main = NULL, align = NULL, autofit = TRUE, ...,
wrd = getOption("lastWord"))
## S3 method for class 'lm':
ToWrd(x, font = NULL, ..., wrd = getOption("lastWord"))
## S3 method for class 'character':
ToWrd(x, font = NULL, para = NULL, style = NULL, ...,
wrd = getOption("lastWord"))
## S3 method for class 'default':
ToWrd(x, font = NULL, ..., wrd = getOption("lastWord"))
list(name="Arial", size=10, bold=FALSE, italic=TRUE)
.list(alignment="r", LineBefore=0.5)
. See details for the full set of properties."l"
means left, "r"
right and "c"
center alignement. The code will be recyled to the length of thenumber of columns.FALSE
.GetNewWrd()
or an existing one, created by GetCurrWrd()
.
Default is the last created pointer stored in getOption("lastWord")
.GetNewWrd
t1 <- TOne(x = d.pizza[, c("temperature","delivery_min","driver","wine_ordered")],
grp=d.pizza$wine_delivered)
wrd <- GetNewWrd()
ToWrd(t1, font=list(name="Algerian"), wrd=wrd)
Run the code above in your browser using DataLab