Skip to contents

Returns the on-disk path of the synthetic example .xlsx shipped with the package. The example is 100% fake data — every name, diagnosis and finding is invented for demonstration and testing.

Usage

zhn_example_path()

Value

Length-1 character. The path to zhn_example.xlsx.

Details

Used as the data source when the dashboard's "Beispieldaten laden" button is clicked, and in the documentation examples.

Examples

zhn_example_path()
#> [1] "/home/runner/work/_temp/Library/zhncommandR/extdata/zhn_example.xlsx"
if (interactive()) zhn_read_cohort(zhn_example_path())