View source: R/massqc_report.R
massqc_report | R Documentation |
Report data quality
massqc_report(object, path = ".", type = c("html", "pdf", "all"))
object |
tidymass-class object. |
path |
path |
type |
type html, pdf or all. |
reporting result
Xiaotao Shen shenxt1990@163.com
## Not run:
library(massdataset)
data("expression_data")
data("sample_info")
data("sample_info_note")
data("variable_info")
data("variable_info_note")
object =
create_mass_dataset(
expression_data = expression_data,
sample_info = sample_info,
variable_info = variable_info,
sample_info_note = sample_info_note,
variable_info_note = variable_info_note
)
object
massqc_report(object, path = "demo_data")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.