report-attributes {mgi.report.reader} | R Documentation |
Get MGI report specs by report key
Description
Set of functions to retrieve metadata details of a MGI report.
Usage
report_file(report_key)
report_name(report_key)
report_type(report_key)
report_url(report_key)
Arguments
report_key |
A character vector. A key used to uniquely refer to an MGI report. |
Value
A character vector:
-
report_file()
: report file name as hosted in https://www.informatics.jax.org/downloads/reports/. -
report_name()
: report title. -
report_type()
: report type. -
report_url()
: report remote location.
Examples
report_file("marker_list1")
report_name("marker_list1")
report_type("marker_list1")
report_url("marker_list1")
[Package mgi.report.reader version 0.1.3 Index]