Returns a list of user-supplied parameters and parameter values for outputting title with custom aesthetics.
title_options(
title.main = NULL,
title.ref = NULL,
title.rowvar = NULL,
title.colvar = NULL,
title.unitvar = NULL,
title.estvar = NULL,
title.estvarn = NULL,
title.filter = NULL,
title.units = "acres",
...
)
A list of user-supplied parameters and parameter values for outputting titles with custom aesthetics.
String. TITLE, if savedata=TRUE and/or returntitle=TRUE: the complete title used for table. If title.main=NULL, the title.* parameters are used to generate title string. Note: if title.ref is not NULL, it is added to title.main.
String. TITLE, if savedata=TRUE and/or returntitle=TRUE: the ending text of the table title (e.g., Nevada, 2004-2005). If NULL, = "".
String. TITLE, if savedata=TRUE and/or returntitle=TRUE: pretty name for the row domain variable. If NULL, = rowvar.
String. TITLE, if savedata=TRUE and/or returntitle=TRUE: pretty name for the column domain variable. If NULL, = colvar.
String. TITLE, if savedata=TRUE and/or returntitle=TRUE: pretty name for the estimation unit variable. If NULL, = unitvar.
String. TITLE: if savedata=TRUE and/or returntitle=TRUE: pretty name for the estimate variable. If NULL, title.estvar = estvar.name.
String. TITLE: if savedata=TRUE and/or returntitle=TRUE: pretty name for the estimate variable. If NULL, title.estvar = estvar.name.
String. TITLE, if savedata=TRUE and/or returntitle=TRUE: pretty name for filter(s). If title.filter=NULL, a default is generated from cfilter. If title.filter="", no title.filter is used.
String.
For extendibility.
Grayson W. White
If no parameters, an empty list is returned.
title_options(title.main = "My fancy title", title.estvar = "Estimate title")
Run the code above in your browser using DataLab