R/create_detailed_report.R

Defines functions create_detailed_report

Documented in create_detailed_report

# Create Detailed Report
#' @title  Function to create a detailed report of the data.
#' @description This function uses DataExporer package and create a detailed report of all the data present int the data frame
#' @return imports the data from the file and runs the shiny app.
#' @examples create_detailed_report()
#' @import DataExplorer
#' @export
create_detailed_report <- function(){
        df <-MidDatAnalysis::titanic_data
        create_report(df)
}
unimi-dse/a2b3bab6 documentation built on Feb. 22, 2020, 5:43 a.m.