report_example()
returns the local path of an example report file. These
files are typically very small and are useful for demonstrations. These
are mostly used in the Examples section of functions and in unit tests.
Examples
report_example("MRK_List1-EX01.rpt")
#> [1] "/home/runner/work/_temp/Library/mgi.report.reader/extdata/report_examples/MRK_List1-EX01.rpt"
report_example("MRK_List1-EX02.rpt")
#> [1] "/home/runner/work/_temp/Library/mgi.report.reader/extdata/report_examples/MRK_List1-EX02.rpt"
report_example("MRK_List1-EX03.rpt")
#> [1] "/home/runner/work/_temp/Library/mgi.report.reader/extdata/report_examples/MRK_List1-EX03.rpt"