Nothing
page_by()
format for create_plot()
.define()
visible = FALSE. define()
function when values are not unique. footnotes()
function.page_by()
function.create_table()
. When true, table will
be created a a continuous table spanning multiple pages, and not repeating
titles and footnotes. Currently for RTF only. create_plot()
for RTF output.cell_style()
object to apply styling to particular cells in a table.write_report()
to turn off logging if desired.create_table()
to bold the header.titles()
to put the title in the page header.footnotes()
to put the footnotes in the
page footer.titles()
function to allow the title
block to have between 1 and 3 columns. create_text()
that was not allowing
new line escapes to work properly.ttl()
, ftn()
, and span()
attribute functions.
Used by other r-sassy packages to create reports.create_style()
and add_style()
functions, which allow the user
to add styling to a report. Only HTML implemented in this release.create_plot()
to accept a JPG image path so that the user can embed
plot images exported from other charting packages besides ggplot.create_report()
and write_report()
functions.
This was a major change that allows the user to output reports in HTML.
By default, the HTML is in a 'paged' format, meaning it is suitable for printing.
If you want unpaged HTML, set the paper_size parameter on create_report()
to 'none'. This configuration will create a standard HTML web page, with all
content dumped to a single page and no page breaks.titles()
function. This change
allows the user to create titles that are bold and a larger font size
than the page body. create_table()
function
so the user can get borders only on the table body.create_report()
function. Old text-style RTF
output is still available using the "fixed" font.create_report()
function.footnotes()
function.titles()
, title_header()
, and footnotes()
functions.create_table()
, create_text()
, and
create_plot()
functions.title header()
.define()
, spanning_header()
,
and column_defaults()
functions. These parameters will replace curly brace
escape on those functions.
Curly brace escape will remain active for backward compatibility, but is
no longer documented.write_report()
will
now log results automatically when logr autolog is enabled.spanning_header()
to turn it on or offtitles()
, footnotes()
, and title_header()
functions.create_plot()
.A package to create statistical reports (TFLs). Contains the following features:
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.