Learn R Programming

cogmapr (version 0.9)

ReportICM: Create a serie of reports on Individual Cognitive Maps and quotes

Description

Create a serie of reports on Individual Cognitive Maps and quotes ##' Create a serie of reports on Individual Cognitive Maps and quotes. The 'pdf' format will depend on a LaTeX installation. The reports will be stored in a subfolder of your working directory ('./data-output/icm/...').

Usage

ReportICM(project, output_dir = tempdir(), format = "html")

Arguments

project

A QDA project, a list as generated by the ProjectCMap function.

output_dir

A character string, the output directory of the rendered file (see rmarkdown::render())

format

A character string, the format of the report you want. 'html' (default), 'pdf'.

Value

A cute message.

Examples

Run this code
# NOT RUN {
project_name <- "a_new_project"
main_path <- paste0(system.file("testdata", package = "cogmapr"), '/')
my.project <- ProjectCMap(main_path, project_name)

ReportICM(my.project)
## ReportICM(my.project, "pdf") ## need LaTeX to be installed and working with R.
# }

Run the code above in your browser using DataLab