Skip to contents

This function creates reports of Project Planning Tool data

Usage

create_data_report(datas = NULL, combine = FALSE, destdir = ".")

Arguments

datas

a data frame or list of data frames obtained from get_project_data()

combine

a Boolean indicating if the datas should be combined into a single report. If combine=FALSE each item in the datas argument will be an individual reports

destdir

parameter indicating where to save the html report

Examples

if (FALSE) { # \dontrun{
library(MarConsNetData)
library(MarConsNetAnalysis)
d <- get_project_data(ids=c(1093, 642))
create_data_report(datas=d)
} # }