Rdocumentation
powered by
Learn R Programming
chronicle (version 0.3)
Grammar for Creating R Markdown Reports
Description
A system for creating R Markdown reports with a sequential syntax.
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
295
Version
0.3
License
GPL (>= 3)
Maintainer
Philippe Heymans Smith
Last Published
June 25th, 2021
Functions in chronicle (0.3)
Search all functions
add_image
Add an image to a chronicle Rmarkdown report
add_barplot
Add a bar plot 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_density
Add a density plot to a chronicle report
add_quotes
Adds additional quotations to character values
add_histogram
Add a histogram plot to a chronicle report
add_code
Add formatted code chunks to a chronicle R Markdown report
add_boxplot
Add a box plot to a chronicle report
file_extension
Parse the file extension for each R Markdown output format
make_barplot
Create a bar plot from a data frame through ggplotly
make_density
Create a density plot from a data frame through ggplotly
render_report
Render the report using all objects from the global environment
plot_columns
Plot all columns of a table
make_boxplot
Create a box plot from a data frame through ggplotly
add_dygraph
Add a dygraph to a chronicle report
add_scatterplot
Add a scatter plot to a chronicle report
make_scatterplot
Create a scatter plot from a data frame through ggplotly
make_title
Guess a title out of function parameters
add_raincloud
Add a raincloud plot to a chronicle report
add_title
Add a titled section to a chronicle Rmarkdown report
add_violin
Add a violin plot to a chronicle report
report_columns
HTML interactive report detailing each column on a table
assemble_call
Assembles a formatted function call from a function and a list of parameters
rmd_title_level
Returns the count of '#' corresponding to a given title level
add_table
Add a table to a chronicle report
make_violin
Create a violin plot from a data frame through ggplotly
output_config
Build the yaml output specification for an R Markdown
make_histogram
Create a histogram plot from a data frame through ggplotly
add_text
Add text to a chronicle Rmarkdown report
set_classes
Change column classes with a named vector
make_dygraph
Plot a time series from a data frame through dygraph's interactive html plot interface
make_lineplot
Create a line plot from a data frame through ggplotly
make_raincloud
Create a raincloud plot from a data frame through ggplotly
check_cols
Warns if any of the passed column names is missing from the data provided.