File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ ui_editor_block <- function(id, value) {
1111# ' @param id (`character(1)`) A unique identifier for the module.
1212# ' @param value The content of the block to be edited. It can be a character string or other types.
1313# ' @export
14- # ' @export
1514srv_editor_block <- function (id , value ) {
1615 UseMethod(" srv_editor_block" , value )
1716}
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ navbar:
2121 github :
2222 icon : fa-github
2323 href : https://github.com/insightsengineering/teal.reporter
24+ aria-label : View on Github
2425
2526reference :
2627 - title : " `shiny` modules for adding content to reports"
@@ -41,13 +42,22 @@ reference:
4142 - reset_report_button_ui
4243 - report_load_srv
4344 - report_load_ui
45+ - srv_editor_block
46+ - ui_editor_block
4447 - title : " `yaml` and rmd utility functions"
4548 contents :
4649 - as_yaml_auto
4750 - print.rmd_yaml_header
4851 - rmd_output_arguments
4952 - rmd_outputs
50- - title : " `R6` classes used inside package"
53+ - title : " Classes used inside package"
5154 contents :
55+ - report_document
5256 - ReportCard
5357 - Reporter
58+ - title : " Utility functions for `report_document` objects"
59+ contents :
60+ - code_chunk
61+ - keep_in_report
62+ - metadata
63+ - " metadata<-"
You can’t perform that action at this time.
0 commit comments