# NOT RUN {
project_name <- "a_new_project"
main_path <- paste0(system.file("testdata", package = "cogmapr"), '/')
my.project <- ProjectCMap(main_path, project_name)
ReportSCM(my.project)
ReportSCM(my.project, units = "Farmer")
## pdf : need LaTeX to be installed and working with R.
## ReportSCM(my.project, min.weight = 3, format = "pdf")
# }
Run the code above in your browser using DataLab