View source: R/report_source.R
report_source | R Documentation |
report_source()
returns the source used to obtain the report data:
a file path or an URL.
report_source(tbl)
tbl |
Report data as a tibble. |
A single string with an absolute path to a file on disk or an URL.
if (FALSE) {
markers <- read_report("marker_list1", n_max = 10L)
# Where did the data come from?
report_source(markers)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.