| report_source {mgi.report.reader} | R Documentation | 
Report source
Description
report_source() returns the source used to obtain the report data:
a file path or an URL.
Usage
report_source(tbl)
Arguments
| tbl | Report data as a tibble. | 
Value
A single string with an absolute path to a file on disk or an URL.
Examples
if (FALSE) {
  markers <- read_report("marker_list1", n_max = 10L)
  # Where did the data come from?
  report_source(markers)
}
[Package mgi.report.reader version 0.1.3 Index]