dt_print_options | R Documentation |
The function allows the user to define options relating to the print method for data.table
.
dt_print_options(
class = TRUE,
topn = 5,
rownames = TRUE,
nrows = 100,
trunc.cols = TRUE
)
class |
should the variable class be printed? ( |
topn |
the number of rows to print (both head and tail) if |
rownames |
should rownames be printed? ( |
nrows |
total number of rows to print ( |
trunc.cols |
if |
None. This function is used for its side effect of changing options.
dt_print_options(
class = TRUE,
topn = 5,
rownames = TRUE,
nrows = 100,
trunc.cols = TRUE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.