View source: R/generateReport.R
generateReport | R Documentation |
generateReport
produces a report html for project
generateReport(
data,
dir,
target_sp = c("Caenorhabditis elegans", "Caenorhabditis briggsae",
"Caenorhabditis tropicalis"),
profile = "nematode"
)
data |
a checked dataframe generated from the |
dir |
The path to the base fulcrum directory, report html will be saved as reports/sampleReport_general.html or reports/sampleReport.html |
target_sp |
vector of target species for species id checks. Default
target species names are: Caenorhabditis elegans,Caenorhabditis briggsae,
Caenorhabditis tropicalis. |
profile |
set to |
a report as an html file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.