report_source()
returns the source used to obtain the report data:
a file path or an URL.
Arguments
- tbl
Report data as a tibble.
Examples
if (FALSE) {
markers <- read_report("marker_list1", n_max = 10L)
# Where did the data come from?
report_source(markers)
}