powered by
report_source() returns the source used to obtain the report data: a file path or an URL.
report_source()
report_source(tbl)
A single string with an absolute path to a file on disk or an URL.
Report data as a tibble.
if (FALSE) { markers <- read_report("marker_list1", n_max = 10L) # Where did the data come from? report_source(markers) }
Run the code above in your browser using DataLab