listing_methods | R Documentation |
listing_df
objectsSee core documentation in formatters::formatters-package for descriptions of these functions.
## S3 method for class 'listing_df'
print(
x,
widths = NULL,
tf_wrap = FALSE,
max_width = NULL,
fontspec = NULL,
col_gap = 3L,
...
)
## S4 method for signature 'listing_df'
toString(x, widths = NULL, fontspec = NULL, col_gap = 3L, ...)
## S4 method for signature 'listing_df'
x[i, j, drop = FALSE]
## S4 method for signature 'listing_df'
main_title(obj)
## S4 method for signature 'listing_df'
subtitles(obj)
## S4 method for signature 'listing_df'
main_footer(obj)
## S4 method for signature 'listing_df'
prov_footer(obj)
## S4 replacement method for signature 'listing_df'
main_title(obj) <- value
## S4 replacement method for signature 'listing_df'
subtitles(obj) <- value
## S4 replacement method for signature 'listing_df'
main_footer(obj) <- value
## S4 replacement method for signature 'listing_df'
prov_footer(obj) <- value
## S4 method for signature 'listing_df'
num_rep_cols(obj)
x |
( |
widths |
( |
tf_wrap |
( |
max_width |
( |
fontspec |
( |
col_gap |
( |
... |
additional parameters passed to |
i |
( |
j |
( |
drop |
For matrices and arrays. If |
obj |
( |
value |
typically an array-like R object of a similar class as
|
Accessor methods return the value of the aspect of obj
.
Setter methods return obj
with the relevant element of the listing updated.
lsting <- as_listing(mtcars)
main_title(lsting) <- "Hi there"
main_title(lsting)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.