Learn R Programming

mgi.report.reader (version 0.1.3)

report_source: Report source

Description

report_source() returns the source used to obtain the report data: a file path or an URL.

Usage

report_source(tbl)

Value

A single string with an absolute path to a file on disk or an URL.

Arguments

tbl

Report data as a tibble.

Examples

Run this code
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