Rdocumentation
powered by
Learn R Programming
⚠️
There's a newer version (0.3) of this package.
Take me there.
chronicle (version 0.1.0)
Grammar for Creating R Markdown Reports
Description
A system for creating beautiful and interactive R Markdown reports by adding modules like plots and tables to an empty header.
Copy Link
Link to current version
Version
Version
0.3
0.2.5
0.2.1
0.2.0
0.1.0
Install
install.packages('chronicle')
Monthly Downloads
273
Version
0.1.0
License
GPL (>= 3)
Maintainer
Philippe Heymans Smith
Last Published
January 21st, 2021
Functions in chronicle (0.1.0)
Search all functions
add_dygraph
Add a dygraph to a chronicle report
add_histogram
Add a histogram plot to a chronicle report
add_code
#' Add formatted code chunks to a chronicle Rmarkdown report
add_density
Add a density plot to a chronicle report
add_table
Add a table to a chronicle report
add_lineplot
Add a line plot to a chronicle report
add_chunk
Transforms a function call into an Rmarkdown chunk
add_text
Add text to a chronicle Rmarkdown report
make_barplot
Create a bar plot from a data frame through ggplotly
add_barplot
Add a bar plot to a chronicle report
add_boxplot
Add a box plot to a chronicle report
make_title
Guess a title out of function parameters
make_density
Create a density plot from a data frame through ggplotly
make_violin
Create a violin plot from a data frame through ggplotly
plot_columns
Plot all columns of a table
new_report
Create the initial Rmarkdown header for a report
make_boxplot
Create a box plot from a data frame through ggplotly
render_report
Render the report using current environment
report_columns
HTML interactive report detailing each column on a table
make_dygraph
Plot a time series from a data frame through dygraph's interactive html plot interface
add_violin
Add a violin plot to a chronicle report
add_title
Add a titled section to a chronicle Rmarkdown report
make_histogram
Create a histogram plot from a data frame through ggplotly
make_lineplot
Create a line plot from a data frame through ggplotly