Create quality report
create_quality_report.Rd
This function generates a quality report in a previously created folder at the specified location. The quality report is partly created on the basis of the analysis set documentation, a description of the variables can therefore only be added when the variable is documented.
Usage
create_quality_report(
df,
ProjectName,
Network_directory = NULL,
export_map = "/6. Exports/",
path = NULL
)
Arguments
- df
Dataframe for which a quality report must be created.
- ProjectName
name Name of the project, this will become part of the title of the report, among other things.
- Network_directory
Location of used Network. If Null, system variables will be used
- export_map
name of the map the exports will be placed in. Default = "/6. Exports/"
- path
the path the quality report will be placed. if null; the export map together with the project name will be used